From: Takashi Iwai <tiwai@suse.de>
To: Arnd Bergmann <arnd@arndb.de>
Cc: alsa-devel@alsa-project.org, Ryder Lee <ryder.lee@mediatek.com>,
Hsin-yu Chao <hychao@google.com>,
Xing Zheng <zhengxing@rock-chips.com>,
linux-rockchip@lists.infradead.org,
Harsha Priya N <harshapriya.n@intel.com>,
linux-kernel@vger.kernel.org, Liam Girdwood <lgirdwood@gmail.com>,
Sugar Zhang <sugar.zhang@rock-chips.com>,
Vinod Koul <vinod.koul@intel.com>,
Mark Brown <broonie@kernel.org>,
linux-mediatek@lists.infradead.org,
Matthias Brugger <matthias.bgg@gmail.com>,
Naveen M <naveen.m@intel.com>,
Charles Keepax <ckeepax@opensource.wolfsonmicro.com>,
linux-arm-kernel@lists.infradead.org,
Heiko Stuebner <heiko@sntech.de>
Subject: Re: [PATCH] ASoC: improve RT5514 dependencies
Date: Mon, 31 Jul 2017 11:15:57 +0200 [thread overview]
Message-ID: <s5hh8xt0xwy.wl-tiwai@suse.de> (raw)
In-Reply-To: <20170731083217.4142512-1-arnd@arndb.de>
On Mon, 31 Jul 2017 10:30:55 +0200,
Arnd Bergmann wrote:
>
> With SND_SOC_RT5514_SPI=m and SND_SOC_RT5514=y, we get this link error:
>
> sound/soc/codecs/rt5514.o: In function `rt5514_dsp_voice_wake_up_put':
> rt5514.c:(.text+0x2068): undefined reference to `rt5514_spi_burst_write'
> rt5514.c:(.text+0x20c8): undefined reference to `rt5514_spi_burst_write'
>
> This adds another Kconfig symbol to work around the link error, forcing
> the main driver to be a loadable module as well if some other driver
> selects the I2C side to be built-in.
>
> Fixes: 2a18483a7fb4 ("ASoC: Intel: Add Kabylake machine driver for RT5514, RT5663 and MAX98927")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
> This can now lead to a configuration with
> SND_SOC_INTEL_KBL_RT5663_RT5514_MAX98927_MACH=y and SND_SOC_RT5514=m. I
> don't know if that is a problem or not.
>
> An alternative approach would be to flip the dependency between
> rt5514_spi.ko and rt5514.ko and avoid having the rt5514_spi_burst_write
> symbol exported.
The current usage of
#if defined(CONFIG_SND_SOC_RT5514_SPI)
in rt5514_dsp_voice_wake_up_put() is already broken. We need the fix
in anyway.
IMO, flipping the dependency looks saner to me. The SPI function call
is a kind of add-on, after all.
thanks,
Takashi
next prev parent reply other threads:[~2017-07-31 9:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-31 8:30 [PATCH] ASoC: improve RT5514 dependencies Arnd Bergmann
2017-07-31 9:15 ` Takashi Iwai [this message]
2017-07-31 9:45 ` Arnd Bergmann
2017-08-01 14:21 ` Mark Brown
2017-09-05 9:03 ` Arnd Bergmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5hh8xt0xwy.wl-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=arnd@arndb.de \
--cc=broonie@kernel.org \
--cc=ckeepax@opensource.wolfsonmicro.com \
--cc=harshapriya.n@intel.com \
--cc=heiko@sntech.de \
--cc=hychao@google.com \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=naveen.m@intel.com \
--cc=ryder.lee@mediatek.com \
--cc=sugar.zhang@rock-chips.com \
--cc=vinod.koul@intel.com \
--cc=zhengxing@rock-chips.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox