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.
10 lines
336 B
10 lines
336 B
# i.MX Platform Support
|
|
snd-soc-mx1_mx2-objs := mx1_mx2-pcm.o
|
|
snd-soc-mxc-ssi-objs := mxc-ssi.o
|
|
|
|
obj-$(CONFIG_SND_MX1_MX2_SOC) += snd-soc-mx1_mx2.o
|
|
obj-$(CONFIG_SND_MXC_SOC_SSI) += snd-soc-mxc-ssi.o
|
|
|
|
# i.MX Machine Support
|
|
snd-soc-mx27vis-wm8974-objs := mx27vis_wm8974.o
|
|
obj-$(CONFIG_SND_SOC_MX27VIS_WM8974) += snd-soc-mx27vis-wm8974.o
|
|
|