android_kernel_samsung_msm8976/sound/soc/pxa
Robert Jarzmik 9f6425cad8 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: 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:37:50 -07:00
..
Kconfig ASoC: fix broken pxa SoC support 2015-10-22 14:37:50 -07:00
Makefile ASoC: add ttc-dkb machine support 2012-06-13 13:16:14 +01:00
brownstone.c ASoC: pxa: remove __dev* attributes 2012-12-10 00:30:34 +09:00
corgi.c ASoC: pxa: remove __dev* attributes 2012-12-10 00:30:34 +09:00
e740_wm9705.c ASoC: pxa: remove __dev* attributes 2012-12-10 00:30:34 +09:00
e750_wm9705.c ASoC: pxa: remove __dev* attributes 2012-12-10 00:30:34 +09:00
e800_wm9712.c ASoC: pxa: remove __dev* attributes 2012-12-10 00:30:34 +09:00
em-x270.c ASoC: pxa: Add .owner to struct snd_soc_card 2011-12-22 11:04:18 +00:00
hx4700.c ASoC: pxa/hx4700: remove __dev* attributes 2012-12-10 00:29:59 +09:00
imote2.c ASoC: pxa: remove __dev* attributes 2012-12-10 00:30:34 +09:00
magician.c ASoC: core: Add support for DAI and machine kcontrols. 2012-02-04 12:40:11 +00:00
mioa701_wm9713.c ASoC: pxa: remove __dev* attributes 2012-12-10 00:30:34 +09:00
mmp-pcm.c ASoC: dmaengine-pcm: Make requesting the DMA channel at PCM open optional 2013-04-17 14:17:54 +01:00
mmp-sspa.c ASoC: switch over to use snd_soc_register_component() on mmp sspa 2013-03-26 21:57:29 +00:00
mmp-sspa.h ASoC: mmp: add sspa support 2012-06-13 13:13:39 +01:00
palm27x.c ASoC: palm27x: register card in platform_driver probe 2013-01-02 13:07:01 +00:00
poodle.c ASoC: pxa: remove __dev* attributes 2012-12-10 00:30:34 +09:00
pxa-ssp.c ASoC: pxa-ssp: drop SNDRV_PCM_FMTBIT_S24_LE 2014-09-17 09:03:59 -07:00
pxa-ssp.h
pxa2xx-ac97.c ASoC: switch over to use snd_soc_register_component() on pxa2xx ac97 2013-03-26 21:57:28 +00:00
pxa2xx-ac97.h
pxa2xx-i2s.c ASoC: switch over to use snd_soc_register_component() on pxa2xx i2s 2013-03-26 21:57:28 +00:00
pxa2xx-i2s.h
pxa2xx-pcm.c ASoC: pxa: remove __dev* attributes 2012-12-10 00:30:34 +09:00
raumfeld.c ASoC: Remove unnecessary -codec from cs4270 driver name 2012-02-28 12:35:20 +00:00
saarb.c ASoC: Convert saarb to table based DAPM init 2012-01-02 13:08:36 +00:00
spitz.c ASoC: Change spitz_ext_control to take dapm as argument. 2012-02-17 08:09:33 -08:00
tavorevb3.c ASoC: Use dai_fmt in tavorevb3 machine driver 2012-01-02 13:08:39 +00:00
tosa.c ASoC: pxa: remove __dev* attributes 2012-12-10 00:30:34 +09:00
ttc-dkb.c ASoC: pxa: remove __dev* attributes 2012-12-10 00:30:34 +09:00
z2.c ASoC: Convert z2 to table based DAPM init 2012-01-02 13:08:38 +00:00
zylonite.c ASoC: pxa: Add .owner to struct snd_soc_card 2011-12-22 11:04:18 +00:00