From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=0.7 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNWANTED_LANGUAGE_BODY,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BF43EC2D0CD for ; Tue, 17 Dec 2019 16:04:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 95C3821835 for ; Tue, 17 Dec 2019 16:04:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="ghEfgYlh" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728089AbfLQQEa (ORCPT ); Tue, 17 Dec 2019 11:04:30 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:56842 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726858AbfLQQEa (ORCPT ); Tue, 17 Dec 2019 11:04:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To: Subject:Sender:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=8pz2TWNx/nYHSnb/3v/c/XUDOnHlIu5NwAdxkQteJrQ=; b=ghEfgYlhDr7qiiNNbCkaK1FGg Bh+3P6BA8Uvi66XxHM6UyhadULk5T9fu+dMgimux+e/KPIbYTv/vvIB4M4Rgs3kV2uBaRGe9JL7DX T/mmRCI3DGEPyQBdClpL6FLBtHimCtpDAneO+AzQaJBF8PcS1tMxffLIuxFzjbBysOjZD2P6gjImW 1dws1VEHxdiyXAzLPuBkfd0mS1CvqNaun0mUR6gA+4AXjF0VyRdXTXIkQIWbvssSlxhv/MJ66sY2C ouYIv5QVzw4Yi8wihvqpZYhzpqNTaQ2ZdhvgEKpkaOKyquYEmy8L/2UkMUx6W31UAGLJHA7dzGX4q ibKKSvEqg==; Received: from [2601:1c0:6280:3f0::fee9] by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1ihFKj-00034V-UO; Tue, 17 Dec 2019 16:04:25 +0000 Subject: Re: linux-next: Tree for Dec 17 (sound/soc/intel/boards/cml_rt1011_rt5682.o) To: Stephen Rothwell , Linux Next Mailing List Cc: Linux Kernel Mailing List , moderated for non-subscribers , Cezary Rojewski , Pierre-Louis Bossart , Liam Girdwood , Jie Yang References: <20191217130829.6a66b404@canb.auug.org.au> From: Randy Dunlap Message-ID: Date: Tue, 17 Dec 2019 08:04:25 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.1 MIME-Version: 1.0 In-Reply-To: <20191217130829.6a66b404@canb.auug.org.au> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/16/19 6:08 PM, Stephen Rothwell wrote: > Hi all, > > Changes since 20191216: > on x86_64: CC sound/soc/intel/boards/cml_rt1011_rt5682.o ../sound/soc/intel/boards/cml_rt1011_rt5682.c:409:4: error: ‘struct snd_soc_codec_conf’ has no member named ‘dev_name’ .dev_name = "i2c-10EC1011:00", ^~~~~~~~ ../sound/soc/intel/boards/cml_rt1011_rt5682.c:407:50: warning: missing braces around initializer [-Wmissing-braces] static struct snd_soc_codec_conf rt1011_conf[] = { ^ ../sound/soc/intel/boards/cml_rt1011_rt5682.c:409:15: .dev_name = "i2c-10EC1011:00", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:413:4: error: ‘struct snd_soc_codec_conf’ has no member named ‘dev_name’ .dev_name = "i2c-10EC1011:01", ^~~~~~~~ ../sound/soc/intel/boards/cml_rt1011_rt5682.c:407:50: warning: missing braces around initializer [-Wmissing-braces] static struct snd_soc_codec_conf rt1011_conf[] = { ^ ../sound/soc/intel/boards/cml_rt1011_rt5682.c:409:15: .dev_name = "i2c-10EC1011:00", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:413:15: .dev_name = "i2c-10EC1011:01", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:417:4: error: ‘struct snd_soc_codec_conf’ has no member named ‘dev_name’ .dev_name = "i2c-10EC1011:02", ^~~~~~~~ ../sound/soc/intel/boards/cml_rt1011_rt5682.c:407:50: warning: missing braces around initializer [-Wmissing-braces] static struct snd_soc_codec_conf rt1011_conf[] = { ^ ../sound/soc/intel/boards/cml_rt1011_rt5682.c:409:15: .dev_name = "i2c-10EC1011:00", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:413:15: .dev_name = "i2c-10EC1011:01", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:417:15: .dev_name = "i2c-10EC1011:02", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:421:4: error: ‘struct snd_soc_codec_conf’ has no member named ‘dev_name’ .dev_name = "i2c-10EC1011:03", ^~~~~~~~ ../sound/soc/intel/boards/cml_rt1011_rt5682.c:407:50: warning: missing braces around initializer [-Wmissing-braces] static struct snd_soc_codec_conf rt1011_conf[] = { ^ ../sound/soc/intel/boards/cml_rt1011_rt5682.c:409:15: .dev_name = "i2c-10EC1011:00", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:413:15: .dev_name = "i2c-10EC1011:01", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:417:15: .dev_name = "i2c-10EC1011:02", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:421:15: .dev_name = "i2c-10EC1011:03", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:407:50: warning: missing braces around initializer [-Wmissing-braces] static struct snd_soc_codec_conf rt1011_conf[] = { ^ ../sound/soc/intel/boards/cml_rt1011_rt5682.c:409:15: .dev_name = "i2c-10EC1011:00", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:413:15: .dev_name = "i2c-10EC1011:01", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:417:15: .dev_name = "i2c-10EC1011:02", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:421:15: .dev_name = "i2c-10EC1011:03", { } make[5]: *** [../scripts/Makefile.build:266: sound/soc/intel/boards/cml_rt1011_rt5682.o] Error 1 -- ~Randy Reported-by: Randy Dunlap From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=0.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNWANTED_LANGUAGE_BODY,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 81096C43603 for ; Tue, 17 Dec 2019 16:05:31 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8BDDF21835 for ; Tue, 17 Dec 2019 16:05:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="BLB7EYWD"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="ghEfgYlh" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8BDDF21835 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 1742C85D; Tue, 17 Dec 2019 17:04:38 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 1742C85D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1576598728; bh=sjeSlBMvaekf8VDxFzm9eJUcqUIPgxiSoOQFfS9+Bu8=; h=To:References:From:Date:In-Reply-To:Cc:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=BLB7EYWD4WlbWDnw6DdoMEjieKlHG0Uem76ujycYqkKjuOEGt8FgF+wPhu7lm0NhP QPJkrVyXfKH7V8JPfFHR3zZMPSBie+ozEfMPgil4i763QYac0zk5HlaA+SxLnJ4wYI agiyUzPf7BBUdghMqisMgyOeu3f9tXa+DTksI7Rw= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 88C32F80218; Tue, 17 Dec 2019 17:04:37 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 3EC93F80234; Tue, 17 Dec 2019 17:04:36 +0100 (CET) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id EFC7DF80088 for ; Tue, 17 Dec 2019 17:04:32 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz EFC7DF80088 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="ghEfgYlh" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To: Subject:Sender:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=8pz2TWNx/nYHSnb/3v/c/XUDOnHlIu5NwAdxkQteJrQ=; b=ghEfgYlhDr7qiiNNbCkaK1FGg Bh+3P6BA8Uvi66XxHM6UyhadULk5T9fu+dMgimux+e/KPIbYTv/vvIB4M4Rgs3kV2uBaRGe9JL7DX T/mmRCI3DGEPyQBdClpL6FLBtHimCtpDAneO+AzQaJBF8PcS1tMxffLIuxFzjbBysOjZD2P6gjImW 1dws1VEHxdiyXAzLPuBkfd0mS1CvqNaun0mUR6gA+4AXjF0VyRdXTXIkQIWbvssSlxhv/MJ66sY2C ouYIv5QVzw4Yi8wihvqpZYhzpqNTaQ2ZdhvgEKpkaOKyquYEmy8L/2UkMUx6W31UAGLJHA7dzGX4q ibKKSvEqg==; Received: from [2601:1c0:6280:3f0::fee9] by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1ihFKj-00034V-UO; Tue, 17 Dec 2019 16:04:25 +0000 To: Stephen Rothwell , Linux Next Mailing List References: <20191217130829.6a66b404@canb.auug.org.au> From: Randy Dunlap Message-ID: Date: Tue, 17 Dec 2019 08:04:25 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.1 MIME-Version: 1.0 In-Reply-To: <20191217130829.6a66b404@canb.auug.org.au> Content-Language: en-US Cc: Pierre-Louis Bossart , Cezary Rojewski , Jie Yang , moderated for non-subscribers , Linux Kernel Mailing List , Liam Girdwood Subject: Re: [alsa-devel] linux-next: Tree for Dec 17 (sound/soc/intel/boards/cml_rt1011_rt5682.o) X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On 12/16/19 6:08 PM, Stephen Rothwell wrote: > Hi all, > = > Changes since 20191216: > = on x86_64: CC sound/soc/intel/boards/cml_rt1011_rt5682.o ../sound/soc/intel/boards/cml_rt1011_rt5682.c:409:4: error: =91struct snd_s= oc_codec_conf=92 has no member named =91dev_name=92 .dev_name =3D "i2c-10EC1011:00", ^~~~~~~~ ../sound/soc/intel/boards/cml_rt1011_rt5682.c:407:50: warning: missing brac= es around initializer [-Wmissing-braces] static struct snd_soc_codec_conf rt1011_conf[] =3D { ^ ../sound/soc/intel/boards/cml_rt1011_rt5682.c:409:15: .dev_name =3D "i2c-10EC1011:00", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:413:4: error: =91struct snd_s= oc_codec_conf=92 has no member named =91dev_name=92 .dev_name =3D "i2c-10EC1011:01", ^~~~~~~~ ../sound/soc/intel/boards/cml_rt1011_rt5682.c:407:50: warning: missing brac= es around initializer [-Wmissing-braces] static struct snd_soc_codec_conf rt1011_conf[] =3D { ^ ../sound/soc/intel/boards/cml_rt1011_rt5682.c:409:15: .dev_name =3D "i2c-10EC1011:00", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:413:15: .dev_name =3D "i2c-10EC1011:01", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:417:4: error: =91struct snd_s= oc_codec_conf=92 has no member named =91dev_name=92 .dev_name =3D "i2c-10EC1011:02", ^~~~~~~~ ../sound/soc/intel/boards/cml_rt1011_rt5682.c:407:50: warning: missing brac= es around initializer [-Wmissing-braces] static struct snd_soc_codec_conf rt1011_conf[] =3D { ^ ../sound/soc/intel/boards/cml_rt1011_rt5682.c:409:15: .dev_name =3D "i2c-10EC1011:00", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:413:15: .dev_name =3D "i2c-10EC1011:01", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:417:15: .dev_name =3D "i2c-10EC1011:02", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:421:4: error: =91struct snd_s= oc_codec_conf=92 has no member named =91dev_name=92 .dev_name =3D "i2c-10EC1011:03", ^~~~~~~~ ../sound/soc/intel/boards/cml_rt1011_rt5682.c:407:50: warning: missing brac= es around initializer [-Wmissing-braces] static struct snd_soc_codec_conf rt1011_conf[] =3D { ^ ../sound/soc/intel/boards/cml_rt1011_rt5682.c:409:15: .dev_name =3D "i2c-10EC1011:00", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:413:15: .dev_name =3D "i2c-10EC1011:01", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:417:15: .dev_name =3D "i2c-10EC1011:02", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:421:15: .dev_name =3D "i2c-10EC1011:03", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:407:50: warning: missing brac= es around initializer [-Wmissing-braces] static struct snd_soc_codec_conf rt1011_conf[] =3D { ^ ../sound/soc/intel/boards/cml_rt1011_rt5682.c:409:15: .dev_name =3D "i2c-10EC1011:00", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:413:15: .dev_name =3D "i2c-10EC1011:01", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:417:15: .dev_name =3D "i2c-10EC1011:02", { } ../sound/soc/intel/boards/cml_rt1011_rt5682.c:421:15: .dev_name =3D "i2c-10EC1011:03", { } make[5]: *** [../scripts/Makefile.build:266: sound/soc/intel/boards/cml_rt1= 011_rt5682.o] Error 1 -- = ~Randy Reported-by: Randy Dunlap _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org https://mailman.alsa-project.org/mailman/listinfo/alsa-devel