diff options
author | Graeme Gregory <gg@opensource.wolfsonmicro.com> | 2007-02-14 13:20:46 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-05-11 16:55:37 +0200 |
commit | 86e1f0df2f88fd86657ddb993bba468a75128e02 (patch) | |
tree | 8e19db09fca7beb6aa75f0a7f8eb1f43cecd28b2 /sound/soc/Makefile | |
parent | c0f41bb1717ae31f806615e81b808753271dd3d9 (diff) | |
download | op-kernel-dev-86e1f0df2f88fd86657ddb993bba468a75128e02.zip op-kernel-dev-86e1f0df2f88fd86657ddb993bba468a75128e02.tar.gz |
[ALSA] ASoC Samsung S3C24xx build
This patch builds the Samsung S3C24xx audio DMA and I2S drivers.
Signed-off-by: Graeme Gregory <gg@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/soc/Makefile')
-rw-r--r-- | sound/soc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/Makefile b/sound/soc/Makefile index 98e6f49..0ae2e49 100644 --- a/sound/soc/Makefile +++ b/sound/soc/Makefile @@ -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/ |