Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
07dd0eda
Commit
07dd0eda
authored
Sep 23, 2002
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC]: Comment out DBRI option/rules until driver is converted.
parent
6bb23eff
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
sound/sparc/Config.in
sound/sparc/Config.in
+1
-1
sound/sparc/Makefile
sound/sparc/Makefile
+2
-2
No files found.
sound/sparc/Config.in
View file @
07dd0eda
...
...
@@ -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
...
...
sound/sparc/Makefile
View file @
07dd0eda
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment