This patch adds an ASoC Makefile and Kconfig for the WM8731, WM8750 and
WM9712 codecs.
Signed-off-by: Richard Purdie <rpurdie@xxxxxxxxx>
Signed-off-by: Liam Girdwood <liam.girdwood@xxxxxxxxxxxxxxxx>
Index: alsa-kernel/soc/codecs/Kconfig
===================================================================
--- /dev/null
+++ alsa-kernel/soc/codecs/Kconfig
@@ -0,0 +1,25 @@
+config SND_SOC_AC97_CODEC
+ tristate "SoC generic AC97 support"
+ depends SND_SOC
+ help
+ Say Y or M if you want generic AC97 support. This is not required
+ for the AC97 codecs listed below.
+
+config SND_SOC_WM8731
+ tristate "SoC driver for the WM8731 codec"
+ depends SND_SOC
+ help
+ Say Y or M if you want to support the WM8731 codec.
+
+config SND_SOC_WM8750
+ tristate "SoC driver for the WM8750 codec"
+ depends SND_SOC
+ help
+ Say Y or M if you want to support the WM8750 codec.
+
+
+config SND_SOC_WM9712
+ tristate "SoC driver for the WM9712 codec"
+ depends SND_SOC
+ help
+ Say Y or M if you want to support the WM9712 codec.
Index: alsa-kernel/soc/codecs/Makefile
===================================================================
--- /dev/null
+++ alsa-kernel/soc/codecs/Makefile
@@ -0,0 +1,9 @@
+snd-soc-ac97-objs := ac97.o
+snd-soc-wm8731-objs := wm8731.o
+snd-soc-wm8750-objs := wm8750.o
+snd-soc-wm9712-objs := wm9712.o
+
+obj-$(CONFIG_SND_SOC_AC97_CODEC) += snd-soc-ac97.o
+obj-$(CONFIG_SND_SOC_WM8731) += snd-soc-wm8731.o
+obj-$(CONFIG_SND_SOC_WM8750) += snd-soc-wm8750.o
+obj-$(CONFIG_SND_SOC_WM9712) += snd-soc-wm9712.o
Index: alsa-kernel/soc/Makefile
===================================================================
--- alsa-kernel.orig/soc/Makefile
+++ alsa-kernel/soc/Makefile
@@ -1,4 +1,4 @@
snd-soc-core-objs := soc-core.o soc-dapm.o
obj-$(CONFIG_SND_SOC) += snd-soc-core.o
-
+obj-$(CONFIG_SND_SOC) += codecs/
Index: alsa-kernel/soc/Kconfig
===================================================================
--- alsa-kernel.orig/soc/Kconfig
+++ alsa-kernel/soc/Kconfig
@@ -5,6 +5,9 @@
menu "SoC audio support"
depends on SND!=n
+config SND_SOC_AC97_BUS
+ bool
+
config SND_SOC
tristate "SoC audio support"
---help---
@@ -16,4 +19,10 @@ config SND_SOC
This SoC audio support can also be built as a module. If so, the module
will be called snd-soc-core.
+# Supported codecs
+menu "SoC Codecs"
+depends on SND_SOC
+source "sound/soc/codecs/Kconfig"
+endmenu
+
endmenu
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/alsa-devel