Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170236
b: refs/heads/master
c: 357a1db
h: refs/heads/master
v: v3
  • Loading branch information
Jassi Brar authored and Mark Brown committed Nov 18, 2009
1 parent 9dbe4b4 commit 1c38d72
Show file tree
Hide file tree
Showing 5 changed files with 681 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: acf1aef9ecb289f7ed42b25ed55463b2cbb48ce2
refs/heads/master: 357a1db94ecc5b3d605574b164d288cd7dbf8dbd
3 changes: 3 additions & 0 deletions trunk/sound/soc/s3c24xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ config SND_S3C64XX_SOC_I2S
select SND_S3C_I2SV2_SOC
select S3C64XX_DMA

config SND_S3C_SOC_PCM
tristate

config SND_S3C2443_SOC_AC97
tristate
select S3C2410_DMA
Expand Down
2 changes: 2 additions & 0 deletions trunk/sound/soc/s3c24xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ snd-soc-s3c2412-i2s-objs := s3c2412-i2s.o
snd-soc-s3c64xx-i2s-objs := s3c64xx-i2s.o
snd-soc-s3c2443-ac97-objs := s3c2443-ac97.o
snd-soc-s3c-i2s-v2-objs := s3c-i2s-v2.o
snd-soc-s3c-pcm-objs := s3c-pcm.o

obj-$(CONFIG_SND_S3C24XX_SOC) += snd-soc-s3c24xx.o
obj-$(CONFIG_SND_S3C24XX_SOC_I2S) += snd-soc-s3c24xx-i2s.o
obj-$(CONFIG_SND_S3C2443_SOC_AC97) += snd-soc-s3c2443-ac97.o
obj-$(CONFIG_SND_S3C2412_SOC_I2S) += snd-soc-s3c2412-i2s.o
obj-$(CONFIG_SND_S3C64XX_SOC_I2S) += snd-soc-s3c64xx-i2s.o
obj-$(CONFIG_SND_S3C_I2SV2_SOC) += snd-soc-s3c-i2s-v2.o
obj-$(CONFIG_SND_S3C_SOC_PCM) += snd-soc-s3c-pcm.o

# S3C24XX Machine Support
snd-soc-jive-wm8750-objs := jive_wm8750.o
Expand Down
Loading

0 comments on commit 1c38d72

Please sign in to comment.