Skip to content

Commit

Permalink
[ALSA] Add snd-als300 driver for Avance Logic ALS300/ALS300+ soundcards
Browse files Browse the repository at this point in the history
Added snd-als300 driver for Avance Logic ALS300/ALS300+ soundcards
by Ash Willis.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Ash Willis authored and Jaroslav Kysela committed Mar 31, 2006
1 parent 109a963 commit b3a70d5
Show file tree
Hide file tree
Showing 4 changed files with 889 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Documentation/sound/alsa/ALSA-Configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,15 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.

The power-management is supported.

Module snd-als300
-----------------

Module for Avance Logic ALS300 and ALS300+

This module supports multiple cards.

The power-management is supported.

Module snd-als4000
------------------

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

config SND_ALS300
tristate "Avance Logic ALS300/ALS300+"
depends on SND
select SND_PCM
select SND_AC97_CODEC
select SND_OPL3_LIB
help
Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+

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

config SND_ALS4000
tristate "Avance Logic ALS4000"
depends on SND && ISA_DMA_API
Expand Down
2 changes: 2 additions & 0 deletions sound/pci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#

snd-ad1889-objs := ad1889.o
snd-als300-objs := als300.o
snd-als4000-objs := als4000.o
snd-atiixp-objs := atiixp.o
snd-atiixp-modem-objs := atiixp_modem.o
Expand All @@ -27,6 +28,7 @@ snd-via82xx-modem-objs := via82xx_modem.o

# Toplevel Module Dependency
obj-$(CONFIG_SND_AD1889) += snd-ad1889.o
obj-$(CONFIG_SND_ALS300) += snd-als300.o
obj-$(CONFIG_SND_ALS4000) += snd-als4000.o
obj-$(CONFIG_SND_ATIIXP) += snd-atiixp.o
obj-$(CONFIG_SND_ATIIXP_MODEM) += snd-atiixp-modem.o
Expand Down
Loading

0 comments on commit b3a70d5

Please sign in to comment.