From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1032282AbeBOAfH (ORCPT ); Wed, 14 Feb 2018 19:35:07 -0500 Received: from ozlabs.org ([103.22.144.67]:37445 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1032189AbeBOAfF (ORCPT ); Wed, 14 Feb 2018 19:35:05 -0500 Date: Thu, 15 Feb 2018 11:35:03 +1100 From: Stephen Rothwell To: Mark Brown , Liam Girdwood Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Kuninori Morimoto Subject: linux-next: build failure after merge of the sound-asoc tree Message-ID: <20180215113503.052d5a22@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, After merging the sound-asoc tree, today's linux-next build (arm multi_v7_defconfig) failed like this: /home/sfr/next/next/sound/soc/soc-core.c: In function 'snd_soc_register_codec': /home/sfr/next/next/sound/soc/soc-core.c:3818:8: error: too many arguments to function 'snd_soc_register_dais' ret = snd_soc_register_dais(&codec->component, dai_drv, num_dai, false); ^~~~~~~~~~~~~~~~~~~~~ /home/sfr/next/next/sound/soc/soc-core.c:3114:12: note: declared here static int snd_soc_register_dais(struct snd_soc_component *component, ^~~~~~~~~~~~~~~~~~~~~ Caused by commit a8768c52c511 ("ASoC: soc-core: remove legacy_dai_naming from snd_soc_register_dais()") I have used the sound-asoc tree from next-20180214 for today. -- Cheers, Stephen Rothwell