Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157580
b: refs/heads/master
c: 1274738
h: refs/heads/master
v: v3
  • Loading branch information
Barry Song authored and Mark Brown committed Jul 16, 2009
1 parent bcd8c6e commit 84f081f
Show file tree
Hide file tree
Showing 5 changed files with 759 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: 3e46a447396df99e2367fe1564651abaacc19c13
refs/heads/master: 1274738d85d0e25c4f82d83f50a6bcbe2397e9ea
4 changes: 4 additions & 0 deletions trunk/sound/soc/codecs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ config SND_SOC_ALL_CODECS
tristate "Build all ASoC CODEC drivers"
select SND_SOC_L3
select SND_SOC_AC97_CODEC if SND_SOC_AC97_BUS
select SND_SOC_AD1938 if SPI_MASTER
select SND_SOC_AD1980 if SND_SOC_AC97_BUS
select SND_SOC_AD73311 if I2C
select SND_SOC_AK4104 if SPI_MASTER
Expand Down Expand Up @@ -66,6 +67,9 @@ config SND_SOC_AC97_CODEC
tristate
select SND_AC97_CODEC

config SND_SOC_AD1938
tristate

config SND_SOC_AD1980
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-ad1938-objs := ad1938.o
snd-soc-ad1980-objs := ad1980.o
snd-soc-ad73311-objs := ad73311.o
snd-soc-ak4104-objs := ak4104.o
Expand Down Expand Up @@ -42,6 +43,7 @@ snd-soc-wm9713-objs := wm9713.o
snd-soc-max9877-objs := max9877.o

obj-$(CONFIG_SND_SOC_AC97_CODEC) += snd-soc-ac97.o
obj-$(CONFIG_SND_SOC_AD1938) += snd-soc-ad1938.o
obj-$(CONFIG_SND_SOC_AD1980) += snd-soc-ad1980.o
obj-$(CONFIG_SND_SOC_AD73311) += snd-soc-ad73311.o
obj-$(CONFIG_SND_SOC_AK4104) += snd-soc-ak4104.o
Expand Down
Loading

0 comments on commit 84f081f

Please sign in to comment.