Commit 8fc2c73d authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update - Takashi Iwai <tiwai@suse.de>

Documentation,PCI drivers,ATIIXP driver
added snd-atiixp driver for the ATI IXP150/200/250 AC97 controllers.
parent 23591ef2
......@@ -179,6 +179,16 @@ Module parameters
Module supports up to 8 cards, autoprobe and PnP.
Module snd-atiixp
-----------------
Module for ATI IXP 150/200/250 AC97 controllers.
ac97_clock - AC'97 clock (defalut = 48000)
spdif_aclink - S/PDIF transfer over AC-link (default = 1)
This module supports up to 8 cards and autoprobe.
Module snd-au8810, snd-au8820, snd-au8830
-----------------------------------------
......
......@@ -15,6 +15,13 @@ config SND_ALI5451
help
Say 'Y' or 'M' to include support for ALI PCI Audio M5451 sound core.
config SND_ATIIXP
tristate "ATI IXP 150/200/250"
depends on SND
select SND_AC97_CODEC
help
Say 'Y' or 'M' to include support for ATI IXP 150/200/250 AC97 controller.
config SND_AU8810
tristate "Aureal Advantage"
depends on SND
......
......@@ -4,6 +4,7 @@
#
snd-als4000-objs := als4000.o
snd-atiixp-objs := atiixp.o
snd-azt3328-objs := azt3328.o
snd-bt87x-objs := bt87x.o
snd-cmipci-objs := cmipci.o
......@@ -22,6 +23,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_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