Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182847
b: refs/heads/master
c: fc93ea2
h: refs/heads/master
i:
  182845: ff7f5fc
  182843: 6e37ab4
  182839: ee7dc2b
  182831: 8b9d2a8
  182815: 427b7b3
  182783: 67f1d11
v: v3
  • Loading branch information
Jassi Brar authored and Mark Brown committed Jan 27, 2010
1 parent b9c2cb7 commit d1a1c04
Show file tree
Hide file tree
Showing 5 changed files with 549 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 994dc4245d3f50329da4ead453a5dfcfbc716a0d
refs/heads/master: fc93ea2f9315eda2ec8645c2f8bcc30f75a6b88e
6 changes: 5 additions & 1 deletion trunk/sound/soc/s3c24xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ config SND_S3C2443_SOC_AC97
select S3C2410_DMA
select AC97_BUS
select SND_SOC_AC97_BUS


config SND_S3C_SOC_AC97
tristate
select SND_SOC_AC97_BUS

config SND_S3C24XX_SOC_NEO1973_WM8753
tristate "SoC I2S Audio support for NEO1973 - WM8753"
depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01
Expand Down
3 changes: 2 additions & 1 deletion trunk/sound/soc/s3c24xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ snd-soc-s3c24xx-i2s-objs := s3c24xx-i2s.o
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-ac97-objs := s3c-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_S3C_SOC_AC97) += snd-soc-s3c-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
Expand Down Expand Up @@ -37,4 +39,3 @@ obj-$(CONFIG_SND_S3C24XX_SOC_SIMTEC) += snd-soc-s3c24xx-simtec.o
obj-$(CONFIG_SND_S3C24XX_SOC_SIMTEC_HERMES) += snd-soc-s3c24xx-simtec-hermes.o
obj-$(CONFIG_SND_S3C24XX_SOC_SIMTEC_TLV320AIC23) += snd-soc-s3c24xx-simtec-tlv320aic23.o
obj-$(CONFIG_SND_S3C64XX_SOC_WM8580) += snd-soc-smdk64xx-wm8580.o

Loading

0 comments on commit d1a1c04

Please sign in to comment.