[alsa-devel] [PATCH 1/2] ASoC: bells: Add hookup of WM0010 on Bells
The Bells platform by default has a WM0010 fitted. Now that we have a public driver hook it up in the machine integration.
Change-Id: Ia585d5462c5d97e83bc5cc3e18abab1af8287d88 Signed-off-by: Dimitris Papastamos dp@opensource.wolfsonmicro.com --- sound/soc/samsung/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig index e7b8317..fa166bd 100644 --- a/sound/soc/samsung/Kconfig +++ b/sound/soc/samsung/Kconfig @@ -207,6 +207,7 @@ config SND_SOC_BELLS select SND_SOC_WM5102 select SND_SOC_WM5110 select SND_SOC_WM9081 + select SND_SOC_WM0010
config SND_SOC_LOWLAND tristate "Audio support for Wolfson Lowland"
Ensure we select the WM1250-EV1 as the current software system configuration demands it.
Change-Id: Ib75cfb4e98d74714e5f9acb9bfb76f24d802f755 Signed-off-by: Dimitris Papastamos dp@opensource.wolfsonmicro.com --- sound/soc/samsung/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig index fa166bd..3c7c3a5 100644 --- a/sound/soc/samsung/Kconfig +++ b/sound/soc/samsung/Kconfig @@ -208,6 +208,7 @@ config SND_SOC_BELLS select SND_SOC_WM5110 select SND_SOC_WM9081 select SND_SOC_WM0010 + select SND_SOC_WM1250_EV1
config SND_SOC_LOWLAND tristate "Audio support for Wolfson Lowland"
On Fri, Nov 02, 2012 at 10:42:01AM +0000, Dimitris Papastamos wrote:
The Bells platform by default has a WM0010 fitted. Now that we have a public driver hook it up in the machine integration.
Change-Id: Ia585d5462c5d97e83bc5cc3e18abab1af8287d88
No Change-Ids or other noise for internal systems upstream.
participants (2)
-
Dimitris Papastamos
-
Mark Brown