Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111041
b: refs/heads/master
c: 8bae3e2
h: refs/heads/master
i:
  111039: c96d123
v: v3
  • Loading branch information
Kenneth Kiraly authored and Jaroslav Kysela committed Sep 23, 2008
1 parent 7d1d279 commit b2da7a1
Show file tree
Hide file tree
Showing 5 changed files with 1,013 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f51ff9937bc6732ed5fc08088fdbe89ab8ed27c3
refs/heads/master: 8bae3e2335132aadd29662694866a55d52bff850
4 changes: 4 additions & 0 deletions trunk/sound/soc/codecs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ config SND_SOC_ALL_CODECS
select SND_SOC_WM8753
select SND_SOC_WM8900
select SND_SOC_WM8903
select SND_SOC_WM8971
select SND_SOC_WM8990
help
Normally ASoC codec drivers are only built if a machine driver which
Expand Down Expand Up @@ -89,6 +90,9 @@ config SND_SOC_WM8900
config SND_SOC_WM8903
tristate

config SND_SOC_WM8971
tristate

config SND_SOC_WM8990
tristate

Expand Down
2 changes: 2 additions & 0 deletions trunk/sound/soc/codecs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ snd-soc-wm8750-objs := wm8750.o
snd-soc-wm8753-objs := wm8753.o
snd-soc-wm8900-objs := wm8900.o
snd-soc-wm8903-objs := wm8903.o
snd-soc-wm8971-objs := wm8971.o
snd-soc-wm8990-objs := wm8990.o
snd-soc-wm9712-objs := wm9712.o
snd-soc-wm9713-objs := wm9713.o
Expand All @@ -32,6 +33,7 @@ obj-$(CONFIG_SND_SOC_WM8750) += snd-soc-wm8750.o
obj-$(CONFIG_SND_SOC_WM8753) += snd-soc-wm8753.o
obj-$(CONFIG_SND_SOC_WM8900) += snd-soc-wm8900.o
obj-$(CONFIG_SND_SOC_WM8903) += snd-soc-wm8903.o
obj-$(CONFIG_SND_SOC_WM8971) += snd-soc-wm8971.o
obj-$(CONFIG_SND_SOC_WM8990) += snd-soc-wm8990.o
obj-$(CONFIG_SND_SOC_WM9712) += snd-soc-wm9712.o
obj-$(CONFIG_SND_SOC_WM9713) += snd-soc-wm9713.o
Loading

0 comments on commit b2da7a1

Please sign in to comment.