dect
/
linux-2.6
Archived
13
0
Fork 0

[ALSA] Add DBRI driver on Sparcs

Documentation,SPARC,/sparc/Makefile
Add the DBRI driver on Sparcs by Martin Habets <mhabets@users.sourceforge.net>
(moved from alsa-driver tree).

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2005-06-30 18:26:20 +02:00 committed by Jaroslav Kysela
parent ab79509a95
commit 1bd9debf25
4 changed files with 2748 additions and 4 deletions

View File

@ -1178,6 +1178,13 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
Module supports up to 8 cards.
Module snd-sun-dbri (on sparc only)
-----------------------------------
Module for DBRI sound chips found on Sparcs.
Module supports up to 8 cards.
Module snd-wavefront
--------------------

View File

@ -13,7 +13,6 @@ config SND_SUN_AMD7930
To compile this driver as a module, choose M here: the module
will be called snd-sun-amd7930.
# dep_tristate 'Sun DBRI' CONFIG_SND_SUN_DBRI $CONFIG_SND
config SND_SUN_CS4231
tristate "Sun CS4231"
depends on SND
@ -24,5 +23,14 @@ config SND_SUN_CS4231
To compile this driver as a module, choose M here: the module
will be called snd-sun-cs4231.
endmenu
config SND_SUN_DBRI
tristate "Sun DBRI"
depends on SND && SBUS
select SND_PCM
help
Say Y here to include support for DBRI sound device on Sun.
To compile this driver as a module, choose M here: the module
will be called snd-sun-dbri.
endmenu

View File

@ -4,9 +4,9 @@
#
snd-sun-amd7930-objs := amd7930.o
#snd-sun-dbri-objs := dbri.o
snd-sun-cs4231-objs := cs4231.o
snd-sun-dbri-objs := dbri.o
obj-$(CONFIG_SND_SUN_AMD7930) += snd-sun-amd7930.o
#obj-$(CONFIG_SND_SUN_DBRI) += snd-sun-dbri.o
obj-$(CONFIG_SND_SUN_CS4231) += snd-sun-cs4231.o
obj-$(CONFIG_SND_SUN_DBRI) += snd-sun-dbri.o

2729
sound/sparc/dbri.c Normal file

File diff suppressed because it is too large Load Diff