From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sekhar Nori Subject: Re: [PATCH] ASoC: simple-card: fix module load "unknown symbol" issue Date: Tue, 9 Aug 2016 12:19:03 +0530 Message-ID: <57A97CDF.9000304@ti.com> References: <20160801233610.10479-1-khilman@baylibre.com> <57A894C0.3090206@ti.com> <87vazaeqvy.wl%kuninori.morimoto.gx@renesas.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <87vazaeqvy.wl%kuninori.morimoto.gx@renesas.com> Sender: linux-kernel-owner@vger.kernel.org To: Kuninori Morimoto Cc: Kevin Hilman , Liam Girdwood , Mark Brown , alsa-devel@alsa-project.org, Jaroslav Kysela , Takashi Iwai , open list List-Id: alsa-devel@alsa-project.org On Tuesday 09 August 2016 05:56 AM, Kuninori Morimoto wrote: > > Hi Sekhar > >>> An ASoC driver using simple-card, when built as a module gets the >>> following error at module load time: >>> >>> [ 23.571873] simple_card_utils: Unknown symbol snd_soc_of_parse_daifmt (err 0) >>> [ 23.712726] simple_card_utils: Unknown symbol snd_soc_of_parse_card_name (err 0) >>> >>> fix this by including simple-card-utils.o symbols in the module build >>> its symols are resolved correctly. >>> >>> Tested on Davinci DA850-EVM using snd_soc_edma, snc_soc_davinci_mcasp, >>> with all of ASoC built as modules. >>> >>> Cc: Sekhar Nori >>> Signed-off-by: Kevin Hilman >> >> Tested with audio on DaVinci DA850 EVM. >> >> Tested-by: Sekhar Nori > > I think this issue was solved by this patch on Mark/fix/simple > > 1f85e118c81d15aa9e002604dfb69c823d4aac16 > ("ASoC: simple-card-utils: add missing MODULE_xxx()") I see it in -next. Thanks! Regards, Sekhar