Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99134
b: refs/heads/master
c: 796d2ca
h: refs/heads/master
v: v3
  • Loading branch information
Richard Purdie authored and Jaroslav Kysela committed Jun 26, 2008
1 parent 7d69802 commit 2d0306b
Show file tree
Hide file tree
Showing 5 changed files with 748 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: 627d3e7abca30d6e86787c98dd7cbac0233bc5a9
refs/heads/master: 796d2ca84859d1fdb11ff06cd9707ffab5642fca
3 changes: 3 additions & 0 deletions trunk/sound/soc/codecs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ config SND_SOC_AC97_CODEC
tristate
select SND_AC97_CODEC

config SND_SOC_AK4535
tristate

config SND_SOC_UDA1380
tristate

Expand Down
2 changes: 2 additions & 0 deletions trunk/sound/soc/codecs/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
snd-soc-ac97-objs := ac97.o
snd-soc-ak4535-objs := ak4535.o
snd-soc-uda1380-objs := uda1380.o
snd-soc-wm8510-objs := wm8510.o
snd-soc-wm8731-objs := wm8731.o
Expand All @@ -11,6 +12,7 @@ snd-soc-cs4270-objs := cs4270.o
snd-soc-tlv320aic3x-objs := tlv320aic3x.o

obj-$(CONFIG_SND_SOC_AC97_CODEC) += snd-soc-ac97.o
obj-$(CONFIG_SND_SOC_AK4535) += snd-soc-ak4535.o
obj-$(CONFIG_SND_SOC_UDA1380) += snd-soc-uda1380.o
obj-$(CONFIG_SND_SOC_WM8510) += snd-soc-wm8510.o
obj-$(CONFIG_SND_SOC_WM8731) += snd-soc-wm8731.o
Expand Down
Loading

0 comments on commit 2d0306b

Please sign in to comment.