Commit 07dd0eda authored by David S. Miller's avatar David S. Miller

[SPARC]: Comment out DBRI option/rules until driver is converted.

parent 6bb23eff
......@@ -5,7 +5,7 @@ comment 'ALSA Sparc devices'
if [ "$CONFIG_SBUS" != "n" ]; then
dep_tristate 'Sun AMD7930' CONFIG_SND_SUN_AMD7930 $CONFIG_SND
dep_tristate 'Sun DBRI' CONFIG_SND_SUN_DBRI $CONFIG_SND
# dep_tristate 'Sun DBRI' CONFIG_SND_SUN_DBRI $CONFIG_SND
fi
dep_tristate 'Sun CS4231' CONFIG_SND_SUN_CS4231 $CONFIG_SND
......
......@@ -4,11 +4,11 @@
#
snd-sun-amd7930-objs := amd7930.o
snd-sun-dbri-objs := dbri.o
#snd-sun-dbri-objs := dbri.o
snd-sun-cs4231-objs := cs4231.o
obj-$(CONFIG_SND_SUN_AMD7930) += snd-sun-amd7930.o
obj-$(CONFIG_SND_SUN_DBRI) += snd-sun-dbri.o
#obj-$(CONFIG_SND_SUN_DBRI) += snd-sun-dbri.o
obj-$(CONFIG_SND_SUN_CS4231) += snd-sun-cs4231.o
include $(TOPDIR)/Rules.make
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment