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

Commit 1bd9debf authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela
Browse files

[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: default avatarTakashi Iwai <tiwai@suse.de>
parent ab79509a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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
  --------------------

+10 −2
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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

sound/sparc/dbri.c

0 → 100644
+2729 −0

File added.

Preview size limit exceeded, changes collapsed.