ALSA: Add the driver for Digigram Lola PCI-e boards
authorTakashi Iwai <tiwai@suse.de>
Tue, 3 May 2011 14:14:46 +0000 (16:14 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 3 May 2011 14:31:05 +0000 (16:31 +0200)
commitd43f3010b8fa7530c3780c087fad9b0a8a437ba1
treef54b55676b5b66115ee0bfc1df0994044cd9b697
parent521cb40b0c44418a4fd36dc633f575813d59a43d
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 <tiwai@suse.de>
Documentation/sound/alsa/ALSA-Configuration.txt
sound/pci/Kconfig
sound/pci/Makefile
sound/pci/lola/Makefile [new file with mode: 0644]
sound/pci/lola/lola.c [new file with mode: 0644]
sound/pci/lola/lola.h [new file with mode: 0644]
sound/pci/lola/lola_clock.c [new file with mode: 0644]
sound/pci/lola/lola_mixer.c [new file with mode: 0644]
sound/pci/lola/lola_pcm.c [new file with mode: 0644]
sound/pci/lola/lola_proc.c [new file with mode: 0644]