Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8818
b: refs/heads/master
c: 12bb5b7
h: refs/heads/master
v: v3
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Sep 12, 2005
1 parent e554af4 commit f0e9b7d
Show file tree
Hide file tree
Showing 5 changed files with 1,293 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ee71508e7359c16b43d6232e52cd19ec328e1f7c
refs/heads/master: 12bb5b78e512898034cdd8813f2889743fa6fa3d
12 changes: 12 additions & 0 deletions trunk/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 trunk/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 f0e9b7d

Please sign in to comment.