Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56096
b: refs/heads/master
c: 86e1f0d
h: refs/heads/master
v: v3
  • Loading branch information
Graeme Gregory authored and Jaroslav Kysela committed May 11, 2007
1 parent 69fa334 commit cb8f240
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 2 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: c0f41bb1717ae31f806615e81b808753271dd3d9
refs/heads/master: 86e1f0df2f88fd86657ddb993bba468a75128e02
1 change: 1 addition & 0 deletions trunk/sound/soc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ menu "SoC Platforms"
depends on SND_SOC
source "sound/soc/at91/Kconfig"
source "sound/soc/pxa/Kconfig"
source "sound/soc/s3c24xx/Kconfig"
endmenu

# Supported codecs
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
snd-soc-core-objs := soc-core.o soc-dapm.o

obj-$(CONFIG_SND_SOC) += snd-soc-core.o
obj-$(CONFIG_SND_SOC) += codecs/ at91/ pxa/
obj-$(CONFIG_SND_SOC) += codecs/ at91/ pxa/ s3c24xx/
16 changes: 16 additions & 0 deletions trunk/sound/soc/s3c24xx/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
menu "SoC Audio for the Samsung S3C24XX"

config SND_S3C24XX_SOC
tristate "SoC Audio for the Samsung S3C24XX chips"
depends on ARCH_S3C2410 && SND
select SND_PCM
help
Say Y or M if you want to add support for codecs attached to
the S3C24XX AC97, I2S or SSP interface. You will also need
to select the audio interfaces to support below.

config SND_S3C24XX_SOC_I2S
tristate

endmenu

6 changes: 6 additions & 0 deletions trunk/sound/soc/s3c24xx/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# S3c24XX Platform Support
snd-soc-s3c24xx-objs := s3c24xx-pcm.o
snd-soc-s3c24xx-i2s-objs := s3c24xx-i2s.o

obj-$(CONFIG_SND_S3C24XX_SOC) += snd-soc-s3c24xx.o
obj-$(CONFIG_SND_S3C24XX_SOC_I2S) += snd-soc-s3c24xx-i2s.o

0 comments on commit cb8f240

Please sign in to comment.