* [PATCH] ASoC: imx/mxs: remove redundant SND_PCM selection
@ 2012-02-20 7:05 Shawn Guo
2012-02-20 15:46 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Shawn Guo @ 2012-02-20 7:05 UTC (permalink / raw)
To: linux-arm-kernel
SND_PCM is already selected by SND_SOC, there is no need for
SND_IMX_SOC and SND_MXS_SOC to select it again.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
---
sound/soc/imx/Kconfig | 1 -
sound/soc/mxs/Kconfig | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/sound/soc/imx/Kconfig b/sound/soc/imx/Kconfig
index 7383917..91b66ef 100644
--- a/sound/soc/imx/Kconfig
+++ b/sound/soc/imx/Kconfig
@@ -1,7 +1,6 @@
menuconfig SND_IMX_SOC
tristate "SoC Audio for Freescale i.MX CPUs"
depends on ARCH_MXC
- select SND_PCM
select FIQ
select SND_SOC_AC97_BUS
help
diff --git a/sound/soc/mxs/Kconfig b/sound/soc/mxs/Kconfig
index e4ba8d5..21d20f3 100644
--- a/sound/soc/mxs/Kconfig
+++ b/sound/soc/mxs/Kconfig
@@ -1,7 +1,6 @@
menuconfig SND_MXS_SOC
tristate "SoC Audio for Freescale MXS CPUs"
depends on ARCH_MXS
- select SND_PCM
help
Say Y or M if you want to add support for codecs attached to
the MXS SAIF interface.
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-20 15:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-20 7:05 [PATCH] ASoC: imx/mxs: remove redundant SND_PCM selection Shawn Guo
2012-02-20 15:46 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).