You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
321 B
11 lines
321 B
# s6000 Platform Support
|
|
snd-soc-s6000-objs := s6000-pcm.o
|
|
snd-soc-s6000-i2s-objs := s6000-i2s.o
|
|
|
|
obj-$(CONFIG_SND_S6000_SOC) += snd-soc-s6000.o
|
|
obj-$(CONFIG_SND_S6000_SOC_I2S) += snd-soc-s6000-i2s.o
|
|
|
|
# s6105 Machine Support
|
|
snd-soc-s6ipcam-objs := s6105-ipcam.o
|
|
|
|
obj-$(CONFIG_SND_S6000_SOC_S6IPCAM) += snd-soc-s6ipcam.o
|
|
|