diff options
author | Robert Jarzmik <robert.jarzmik@free.fr> | 2015-09-15 21:51:31 +0300 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2015-10-13 05:46:10 +0300 |
commit | 1329f22dd13b2976203c54699f5a9f16425efa00 (patch) | |
tree | 6c20615c4a6338eb5b02c30c601623107ff5b3ed /arch/x86/xen/Kconfig | |
parent | d8e332d409c06a68412c7d9a6f4c582249f2e9ff (diff) | |
download | linux-1329f22dd13b2976203c54699f5a9f16425efa00.tar.xz |
ASoC: fix broken pxa SoC support
commit 3c8f7710c1c44fb650bc29b6ef78ed8b60cfaa28 upstream.
The previous fix of pxa library support, which was introduced to fix the
library dependency, broke the previous SoC behavior, where a machine
code binding pxa2xx-ac97 with a coded relied on :
- sound/soc/pxa/pxa2xx-ac97.c
- sound/soc/codecs/XXX.c
For example, the mioa701_wm9713.c machine code is currently broken. The
"select ARM" statement wrongly selects the soc/arm/pxa2xx-ac97 for
compilation, as per an unfortunate fate SND_PXA2XX_AC97 is both declared
in sound/arm/Kconfig and sound/soc/pxa/Kconfig.
Fix this by ensuring that SND_PXA2XX_SOC correctly triggers the correct
pxa2xx-ac97 compilation.
Fixes: 846172dfe33c ("ASoC: fix SND_PXA2XX_LIB Kconfig warning")
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'arch/x86/xen/Kconfig')
0 files changed, 0 insertions, 0 deletions