mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
719f82d398
Added the support of AudioScience ASI boards. The driver has been tested for years on alsa-driver external tree, now finally got merged to the kernel. Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
5 lines
176 B
Makefile
5 lines
176 B
Makefile
snd-asihpi-objs := asihpi.o hpioctl.o hpimsginit.o\
|
|
hpicmn.o hpifunc.o hpidebug.o hpidspcd.o\
|
|
hpios.o hpi6000.o hpi6205.o hpimsgx.o
|
|
|
|
obj-$(CONFIG_SND_ASIHPI) += snd-asihpi.o
|