Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110978
b: refs/heads/master
c: b713821
h: refs/heads/master
v: v3
  • Loading branch information
Cliff Cai authored and Jaroslav Kysela committed Sep 9, 2008
1 parent 7fec415 commit 8dbe961
Show file tree
Hide file tree
Showing 5 changed files with 913 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: 41759c2eab96ad67245acfbd24f93d126b0523a7
refs/heads/master: b7138212a8aa90115bd9197d5b6cd89a282184f9
4 changes: 4 additions & 0 deletions trunk/sound/soc/codecs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ config SND_SOC_ALL_CODECS
select SPI
select SPI_MASTER
select SND_SOC_AK4535
select SND_SOC_SSM2602
select SND_SOC_UDA1380
select SND_SOC_WM8510
select SND_SOC_WM8580
Expand Down Expand Up @@ -93,3 +94,6 @@ config SND_SOC_TLV320AIC26
config SND_SOC_TLV320AIC3X
tristate
depends on I2C

config SND_SOC_SSM2602
tristate
2 changes: 2 additions & 0 deletions trunk/sound/soc/codecs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ snd-soc-wm9713-objs := wm9713.o
snd-soc-cs4270-objs := cs4270.o
snd-soc-tlv320aic26-objs := tlv320aic26.o
snd-soc-tlv320aic3x-objs := tlv320aic3x.o
snd-soc-ssm2602-objs := ssm2602.o

obj-$(CONFIG_SND_SOC_AC97_CODEC) += snd-soc-ac97.o
obj-$(CONFIG_SND_SOC_AD1980) += snd-soc-ad1980.o
Expand All @@ -33,3 +34,4 @@ obj-$(CONFIG_SND_SOC_WM9713) += snd-soc-wm9713.o
obj-$(CONFIG_SND_SOC_CS4270) += snd-soc-cs4270.o
obj-$(CONFIG_SND_SOC_TLV320AIC26) += snd-soc-tlv320aic26.o
obj-$(CONFIG_SND_SOC_TLV320AIC3X) += snd-soc-tlv320aic3x.o
obj-$(CONFIG_SND_SOC_SSM2602) += snd-soc-ssm2602.o
Loading

0 comments on commit 8dbe961

Please sign in to comment.