ASoC: Fix SND_SOC_ALL_CODECS imply ac97 fallout
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 24 Feb 2020 11:25:37 +0000 (12:25 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 24 Feb 2020 12:42:41 +0000 (12:42 +0000)
commit5a309875787db47d69610e45f00a727ef9e62aa0
tree9db7685e5c0ceb120941fe6df9bb85e95dffd8c7
parent8101d76253f6d1032ca79e937e45b837cb4bf0e0
ASoC: Fix SND_SOC_ALL_CODECS imply ac97 fallout

On i386 randconfig:

    sound/soc/codecs/wm9705.o: In function `wm9705_soc_resume':
    wm9705.c:(.text+0x128): undefined reference to `snd_ac97_reset'
    sound/soc/codecs/wm9712.o: In function `wm9712_soc_resume':
    wm9712.c:(.text+0x2d1): undefined reference to `snd_ac97_reset'
    sound/soc/codecs/wm9713.o: In function `wm9713_soc_resume':
    wm9713.c:(.text+0x820): undefined reference to `snd_ac97_reset'

Fix this by adding the missing dependencies on SND_SOC_AC97_BUS.

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/20200224112537.14483-1-geert@linux-m68k.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig