diff options
author | Takashi Iwai | 2011-05-03 16:14:46 +0200 |
---|---|---|
committer | Takashi Iwai | 2011-05-03 16:31:05 +0200 |
commit | d43f3010b8fa7530c3780c087fad9b0a8a437ba1 (patch) | |
tree | f54b55676b5b66115ee0bfc1df0994044cd9b697 /sound/pci/Makefile | |
parent | 521cb40b0c44418a4fd36dc633f575813d59a43d (diff) |
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>
Diffstat (limited to 'sound/pci/Makefile')
-rw-r--r-- | sound/pci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/Makefile b/sound/pci/Makefile index 9cf4348ec137..54fe325e3aa5 100644 --- a/sound/pci/Makefile +++ b/sound/pci/Makefile @@ -64,6 +64,7 @@ obj-$(CONFIG_SND) += \ ca0106/ \ cs46xx/ \ cs5535audio/ \ + lola/ \ lx6464es/ \ echoaudio/ \ emu10k1/ \ |