* [patch 1/2] ASoC: imx: Remove unused Kconfig SND_MXC_SOC_SSI entry
@ 2011-06-22 20:21 Arnaud Patard
2011-06-23 7:50 ` Sascha Hauer
2011-06-23 19:09 ` Mark Brown
0 siblings, 2 replies; 4+ messages in thread
From: Arnaud Patard @ 2011-06-22 20:21 UTC (permalink / raw)
To: alsa-devel; +Cc: s.hauer, broonie, lrg
[-- Attachment #1: audio_Kconfig_fix.patch --]
[-- Type: text/plain, Size: 1707 bytes --]
SND_MXC_SOC_SSI looks to be unused, so kill it.
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Index: linux-2.6-submit/sound/soc/imx/Kconfig
===================================================================
--- linux-2.6-submit.orig/sound/soc/imx/Kconfig 2011-06-22 09:20:08.000000000 +0200
+++ linux-2.6-submit/sound/soc/imx/Kconfig 2011-06-22 09:32:48.000000000 +0200
@@ -11,9 +11,6 @@ menuconfig SND_IMX_SOC
if SND_IMX_SOC
-config SND_MXC_SOC_SSI
- tristate
-
config SND_MXC_SOC_FIQ
tristate
@@ -24,7 +21,6 @@ config SND_MXC_SOC_WM1133_EV1
tristate "Audio on the the i.MX31ADS with WM1133-EV1 fitted"
depends on MACH_MX31ADS_WM1133_EV1 && EXPERIMENTAL
select SND_SOC_WM8350
- select SND_MXC_SOC_SSI
select SND_MXC_SOC_FIQ
help
Enable support for audio on the i.MX31ADS with the WM1133-EV1
@@ -34,7 +30,6 @@ config SND_SOC_MX27VIS_AIC32X4
tristate "SoC audio support for Visstrim M10 boards"
depends on MACH_IMX27_VISSTRIM_M10
select SND_SOC_TVL320AIC32X4
- select SND_MXC_SOC_SSI
select SND_MXC_SOC_MX2
help
Say Y if you want to add support for SoC audio on Visstrim SM10
@@ -44,7 +39,6 @@ config SND_SOC_PHYCORE_AC97
tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards"
depends on MACH_PCM043 || MACH_PCA100
select SND_SOC_WM9712
- select SND_MXC_SOC_SSI
select SND_MXC_SOC_FIQ
help
Say Y if you want to add support for SoC audio on Phytec phyCORE
@@ -57,7 +51,6 @@ config SND_SOC_EUKREA_TLV320
|| MACH_EUKREA_MBIMXSD35_BASEBOARD \
|| MACH_EUKREA_MBIMXSD51_BASEBOARD
select SND_SOC_TLV320AIC23
- select SND_MXC_SOC_SSI
select SND_MXC_SOC_FIQ
help
Enable I2S based access to the TLV320AIC23B codec attached
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [patch 1/2] ASoC: imx: Remove unused Kconfig SND_MXC_SOC_SSI entry
2011-06-22 20:21 [patch 1/2] ASoC: imx: Remove unused Kconfig SND_MXC_SOC_SSI entry Arnaud Patard
@ 2011-06-23 7:50 ` Sascha Hauer
2011-06-23 12:19 ` Liam Girdwood
2011-06-23 19:09 ` Mark Brown
1 sibling, 1 reply; 4+ messages in thread
From: Sascha Hauer @ 2011-06-23 7:50 UTC (permalink / raw)
To: Arnaud Patard; +Cc: alsa-devel, broonie, lrg
On Wed, Jun 22, 2011 at 10:21:48PM +0200, Arnaud Patard wrote:
> SND_MXC_SOC_SSI looks to be unused, so kill it.
>
> Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
> Index: linux-2.6-submit/sound/soc/imx/Kconfig
> ===================================================================
> --- linux-2.6-submit.orig/sound/soc/imx/Kconfig 2011-06-22 09:20:08.000000000 +0200
> +++ linux-2.6-submit/sound/soc/imx/Kconfig 2011-06-22 09:32:48.000000000 +0200
> @@ -11,9 +11,6 @@ menuconfig SND_IMX_SOC
>
> if SND_IMX_SOC
>
> -config SND_MXC_SOC_SSI
> - tristate
> -
> config SND_MXC_SOC_FIQ
> tristate
>
> @@ -24,7 +21,6 @@ config SND_MXC_SOC_WM1133_EV1
> tristate "Audio on the the i.MX31ADS with WM1133-EV1 fitted"
> depends on MACH_MX31ADS_WM1133_EV1 && EXPERIMENTAL
> select SND_SOC_WM8350
> - select SND_MXC_SOC_SSI
> select SND_MXC_SOC_FIQ
> help
> Enable support for audio on the i.MX31ADS with the WM1133-EV1
> @@ -34,7 +30,6 @@ config SND_SOC_MX27VIS_AIC32X4
> tristate "SoC audio support for Visstrim M10 boards"
> depends on MACH_IMX27_VISSTRIM_M10
> select SND_SOC_TVL320AIC32X4
> - select SND_MXC_SOC_SSI
> select SND_MXC_SOC_MX2
> help
> Say Y if you want to add support for SoC audio on Visstrim SM10
> @@ -44,7 +39,6 @@ config SND_SOC_PHYCORE_AC97
> tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards"
> depends on MACH_PCM043 || MACH_PCA100
> select SND_SOC_WM9712
> - select SND_MXC_SOC_SSI
> select SND_MXC_SOC_FIQ
> help
> Say Y if you want to add support for SoC audio on Phytec phyCORE
> @@ -57,7 +51,6 @@ config SND_SOC_EUKREA_TLV320
> || MACH_EUKREA_MBIMXSD35_BASEBOARD \
> || MACH_EUKREA_MBIMXSD51_BASEBOARD
> select SND_SOC_TLV320AIC23
> - select SND_MXC_SOC_SSI
> select SND_MXC_SOC_FIQ
> help
> Enable I2S based access to the TLV320AIC23B codec attached
>
>
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [patch 1/2] ASoC: imx: Remove unused Kconfig SND_MXC_SOC_SSI entry
2011-06-23 7:50 ` Sascha Hauer
@ 2011-06-23 12:19 ` Liam Girdwood
0 siblings, 0 replies; 4+ messages in thread
From: Liam Girdwood @ 2011-06-23 12:19 UTC (permalink / raw)
To: Arnaud Patard
Cc: Sascha Hauer, broonie@opensource.wolfsonmicro.com,
alsa-devel@alsa-project.org
On 23/06/11 08:50, Sascha Hauer wrote:
> On Wed, Jun 22, 2011 at 10:21:48PM +0200, Arnaud Patard wrote:
>> SND_MXC_SOC_SSI looks to be unused, so kill it.
>>
>> Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
>
> Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
>
Both
Acked-by: Liam Girdwood <lrg@ti.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [patch 1/2] ASoC: imx: Remove unused Kconfig SND_MXC_SOC_SSI entry
2011-06-22 20:21 [patch 1/2] ASoC: imx: Remove unused Kconfig SND_MXC_SOC_SSI entry Arnaud Patard
2011-06-23 7:50 ` Sascha Hauer
@ 2011-06-23 19:09 ` Mark Brown
1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2011-06-23 19:09 UTC (permalink / raw)
To: Arnaud Patard; +Cc: alsa-devel, s.hauer, lrg
On Wed, Jun 22, 2011 at 10:21:48PM +0200, Arnaud Patard wrote:
> SND_MXC_SOC_SSI looks to be unused, so kill it.
Applied both, thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-06-23 19:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-22 20:21 [patch 1/2] ASoC: imx: Remove unused Kconfig SND_MXC_SOC_SSI entry Arnaud Patard
2011-06-23 7:50 ` Sascha Hauer
2011-06-23 12:19 ` Liam Girdwood
2011-06-23 19:09 ` Mark Brown
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.