aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/Kconfig
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2011-05-03 10:14:46 -0400
committerTakashi Iwai <tiwai@suse.de>2011-05-03 10:31:05 -0400
commitd43f3010b8fa7530c3780c087fad9b0a8a437ba1 (patch)
treef54b55676b5b66115ee0bfc1df0994044cd9b697 /sound/pci/Kconfig
parent521cb40b0c44418a4fd36dc633f575813d59a43d (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/Kconfig')
-rw-r--r--sound/pci/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig
index 9823d59d7ad7..92ead69cc4b7 100644
--- a/sound/pci/Kconfig
+++ b/sound/pci/Kconfig
@@ -652,6 +652,15 @@ config SND_KORG1212
652 To compile this driver as a module, choose M here: the module 652 To compile this driver as a module, choose M here: the module
653 will be called snd-korg1212. 653 will be called snd-korg1212.
654 654
655config SND_LOLA
656 tristate "Digigram Lola"
657 select SND_PCM
658 help
659 Say Y to include support for Digigram Lola boards.
660
661 To compile this driver as a module, choose M here: the module
662 will be called snd-lola.
663
655config SND_LX6464ES 664config SND_LX6464ES
656 tristate "Digigram LX6464ES" 665 tristate "Digigram LX6464ES"
657 select SND_PCM 666 select SND_PCM