Skip to content

Commit

Permalink
[ALSA] ad1889: add AD1889 driver
Browse files Browse the repository at this point in the history
PCI drivers,AD1889 driver
move the AD1889 driver to the kernel tree

Acked-by: Thibaut Varene <varenet@parisc-linux.org>
Acked-by: Kyle McMartin <kyle@parisc-linux.org>

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Sep 12, 2005
1 parent ee71508 commit 12bb5b7
Show file tree
Hide file tree
Showing 4 changed files with 1,292 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sound/pci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,18 @@ config SND_YMFPCI
To compile this driver as a module, choose M here: the module
will be called snd-ymfpci.

config SND_AD1889
tristate "Analog Devices AD1889"
depends on SND
select SND_AC97_CODEC
help
Say Y here to include support for the integrated AC97 sound
device found in particular on the Hewlett-Packard [BCJ]-xxx0
class PA-RISC workstations, using the AD1819 codec.

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

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 @@ -3,6 +3,7 @@
# Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
#

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

# Toplevel Module Dependency
obj-$(CONFIG_SND_AD1889) += snd-ad1889.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 12bb5b7

Please sign in to comment.