1
0
Fork 0
remarkable-linux/sound/arm
Robert Jarzmik 99100337fa ASoC: fix broken pxa SoC support
commit 3c8f7710c1 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: 846172dfe3 ("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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-22 14:43:15 -07:00
..
Kconfig ASoC: fix broken pxa SoC support 2015-10-22 14:43:15 -07:00
Makefile ALSA: Remove old DMA-mmap code from arm/devdma.c 2009-11-27 10:15:24 +01:00
aaci.c ALSA: Deletion of checks before the function call "iounmap" 2015-01-04 15:13:45 +01:00
aaci.h ALSA: AACI: make fifo variables more explanitory 2011-01-26 20:24:52 +00:00
pxa2xx-ac97-lib.c ASoC: pxa2xx-ac97: prepare and unprepare the clocks 2014-06-09 21:11:18 +01:00
pxa2xx-ac97.c ALSA: arm: drop owner assignment from platform_drivers 2014-10-20 16:21:59 +02:00
pxa2xx-pcm-lib.c ALSA: pcm: Add snd_pcm_stop_xrun() helper 2014-11-09 18:20:40 +01:00
pxa2xx-pcm.c ASoC: pxa: remove mach header dependency 2014-05-20 23:14:49 +01:00
pxa2xx-pcm.h ASoC: pxa: remove mach header dependency 2014-05-20 23:14:49 +01:00