Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12bb5b78 authored by Clemens Ladisch's avatar Clemens Ladisch Committed by Jaroslav Kysela
Browse files

[ALSA] ad1889: add AD1889 driver



PCI drivers,AD1889 driver
move the AD1889 driver to the kernel tree

Acked-by: default avatarThibaut Varene <varenet@parisc-linux.org>
Acked-by: default avatarKyle McMartin <kyle@parisc-linux.org>

Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
parent ee71508e
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -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
@@ -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