From d43f3010b8fa7530c3780c087fad9b0a8a437ba1 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 3 May 2011 16:14:46 +0200 Subject: ALSA: Add the driver for Digigram Lola PCI-e boards Added a new driver for supporting Digigram Lola PCI-e boards. Lola has a similar h/w design like HD-audio but with extended verbs. Thus the driver is written similarly like HD-audio driver in the bus part. The codec part is rather written in a fixed way specific to the Lola board because of the verb incompatibility. The driver provides basic PCM, supporting multi-streams and mixing. Signed-off-by: Takashi Iwai --- sound/pci/lola/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sound/pci/lola/Makefile (limited to 'sound/pci/lola/Makefile') diff --git a/sound/pci/lola/Makefile b/sound/pci/lola/Makefile new file mode 100644 index 000000000000..674715a84965 --- /dev/null +++ b/sound/pci/lola/Makefile @@ -0,0 +1,3 @@ +snd-lola-y := lola.o lola_pcm.o lola_clock.o lola_mixer.o +snd-lola-$(CONFIG_SND_DEBUG) += lola_proc.o +obj-m = snd-lola.o -- cgit v1.2.3