Commit 09a57e08 authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update

Documentation,PCI drivers,ATIIXP-modem driver
Added snd-atiixp driver for ATI IXP AC97 modem controllers.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent ca89f542
......@@ -188,6 +188,13 @@ Module parameters
This module supports up to 8 cards and autoprobe.
Module snd-atiixp-modem
-----------------------
Module for ATI IXP 150/200/250 AC97 modem controllers.
Module supports up to 8 cards.
Module snd-au8810, snd-au8820, snd-au8830
-----------------------------------------
......
......@@ -22,6 +22,14 @@ config SND_ATIIXP
help
Say 'Y' or 'M' to include support for ATI IXP 150/200/250/300 AC97 controller.
config SND_ATIIXP_MODEM
tristate "ATI IXP 150/200/250 Modem"
depends on SND
select SND_AC97_CODEC
help
Say 'Y' or 'M' to include support for ATI IXP 150/200/250 AC97 modem
controller.
config SND_AU8810
tristate "Aureal Advantage"
depends on SND
......
......@@ -5,6 +5,7 @@
snd-als4000-objs := als4000.o
snd-atiixp-objs := atiixp.o
snd-atiixp-modem-objs := atiixp_modem.o
snd-azt3328-objs := azt3328.o
snd-bt87x-objs := bt87x.o
snd-cmipci-objs := cmipci.o
......@@ -25,6 +26,7 @@ snd-via82xx-objs := via82xx.o
# Toplevel Module Dependency
obj-$(CONFIG_SND_ALS4000) += snd-als4000.o
obj-$(CONFIG_SND_ATIIXP) += snd-atiixp.o
obj-$(CONFIG_SND_ATIIXP_MODEM) += snd-atiixp-modem.o
obj-$(CONFIG_SND_AZT3328) += snd-azt3328.o
obj-$(CONFIG_SND_BT87X) += snd-bt87x.o
obj-$(CONFIG_SND_CMIPCI) += snd-cmipci.o
......
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