Skip to content

Commit

Permalink
[ALSA] Add DBRI driver on Sparcs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jul 28, 2005
1 parent ab79509 commit 1bd9deb
Show file tree
Hide file tree
Showing 4 changed files with 2,748 additions and 4 deletions.
7 changes: 7 additions & 0 deletions Documentation/sound/alsa/ALSA-Configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------

Expand Down
12 changes: 10 additions & 2 deletions sound/sparc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 changes: 2 additions & 2 deletions sound/sparc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit 1bd9deb

Please sign in to comment.