forked from Minki/linux
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>
6 lines
176 B
Makefile
6 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
|