Skip to content

Commit

Permalink
Merge branch 'topic/lola' into for-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Iwai committed May 22, 2011
2 parents e28fb9c + f428c94 commit b759b3a
Show file tree
Hide file tree
Showing 10 changed files with 3,429 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/sound/alsa/ALSA-Configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1230,6 +1230,13 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
This module supports multiple cards.
The driver requires the firmware loader support on kernel.

Module snd-lola
---------------

Module for Digigram Lola PCI-e boards

This module supports multiple cards.

Module snd-lx6464es
-------------------

Expand Down
9 changes: 9 additions & 0 deletions sound/pci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,15 @@ config SND_KORG1212
To compile this driver as a module, choose M here: the module
will be called snd-korg1212.

config SND_LOLA
tristate "Digigram Lola"
select SND_PCM
help
Say Y to include support for Digigram Lola boards.

To compile this driver as a module, choose M here: the module
will be called snd-lola.

config SND_LX6464ES
tristate "Digigram LX6464ES"
select SND_PCM
Expand Down
1 change: 1 addition & 0 deletions sound/pci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ obj-$(CONFIG_SND) += \
ca0106/ \
cs46xx/ \
cs5535audio/ \
lola/ \
lx6464es/ \
echoaudio/ \
emu10k1/ \
Expand Down
4 changes: 4 additions & 0 deletions sound/pci/lola/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
snd-lola-y := lola.o lola_pcm.o lola_clock.o lola_mixer.o
snd-lola-$(CONFIG_SND_DEBUG) += lola_proc.o

obj-$(CONFIG_SND_LOLA) += snd-lola.o
Loading

0 comments on commit b759b3a

Please sign in to comment.