mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
[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:
parent
ab79509a95
commit
1bd9debf25
@ -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
|
||||
--------------------
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
2729
sound/sparc/dbri.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user