Commit 5f1f8447 authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] Add snd-ca0106 driver

Documentation,PCI drivers,CA0106 driver
Added snd-ca0106 driver for SB Audigy LS / Live 24bit boards
by James Courtier-Dutton <James@superbug.demon.co.uk>.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent af2c5dd3
......@@ -256,6 +256,14 @@ Module parameters
Module supports up to 8 cards.
Module snd-ca0106
-----------------
Module for Creative Audigy LS and SB Live 24bit
Module supports up to 8 cards.
Module snd-cmi8330
------------------
......
......@@ -184,6 +184,17 @@ config SND_EMU10K1X
To compile this driver as a module, choose M here: the module
will be called snd-emu10k1x.
config SND_CA0106
tristate "SB Audigy LS / Live 24bit"
depends on SND
select SND_AC97_CODEC
help
Say Y here to include support for the Sound Blaster Audigy LS
and Live 24bit.
To compile this driver as a module, choose M here: the module
will be called snd-ca0106.
config SND_KORG1212
tristate "Korg 1212 IO"
depends on SND
......
......@@ -50,6 +50,7 @@ obj-$(CONFIG_SND) += \
ac97/ \
ali5451/ \
au88x0/ \
ca0106/ \
cs46xx/ \
emu10k1/ \
ice1712/ \
......
snd-ca0106-objs := ca0106_main.o ca0106_proc.o ca0106_mixer.o
obj-$(CONFIG_SND_CA0106) += snd-ca0106.o
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment