[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.
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.
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 01:02:53PM +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.
Applied both with a fixed changelog for patch 1.
participants (2)
-
Dimitris Papastamos
-
Mark Brown