86e1f0df2f
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>
7 lines
218 B
Makefile
7 lines
218 B
Makefile
# 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
|