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
Kirill Smelkov
linux
Commits
235b9607
Commit
235b9607
authored
Jan 15, 2003
by
James H. Cloos Jr
Committed by
Linus Torvalds
Jan 15, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] alsa before oss in Kconfig
Move ALSA before OSS
parent
db9a1728
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
31 additions
and
33 deletions
+31
-33
arch/i386/defconfig
arch/i386/defconfig
+5
-5
arch/ia64/defconfig
arch/ia64/defconfig
+5
-5
arch/parisc/defconfig
arch/parisc/defconfig
+4
-4
arch/sparc64/defconfig
arch/sparc64/defconfig
+5
-5
sound/Kconfig
sound/Kconfig
+12
-14
No files found.
arch/i386/defconfig
View file @
235b9607
...
...
@@ -838,11 +838,6 @@ CONFIG_DUMMY_CONSOLE=y
#
CONFIG_SOUND=y
#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
#
# Advanced Linux Sound Architecture
#
...
...
@@ -923,6 +918,11 @@ CONFIG_SND_INTEL8X0=y
#
# CONFIG_SND_USB_AUDIO is not set
#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
#
# USB support
#
...
...
arch/ia64/defconfig
View file @
235b9607
...
...
@@ -656,6 +656,11 @@ CONFIG_VGA_CONSOLE=y
#
CONFIG_SOUND=y
#
# Advanced Linux Sound Architecture
#
# CONFIG_SND is not set
#
# Open Sound System
#
...
...
@@ -680,11 +685,6 @@ CONFIG_SOUND_CS4281=y
# CONFIG_SOUND_OSS is not set
# CONFIG_SOUND_TVMIXER is not set
#
# Advanced Linux Sound Architecture
#
# CONFIG_SND is not set
#
# USB support
#
...
...
arch/parisc/defconfig
View file @
235b9607
...
...
@@ -643,14 +643,14 @@ CONFIG_FONT_8x16=y
CONFIG_SOUND=y
#
#
Open Sound System
#
Advanced Linux Sound Architecture
#
# CONFIG_S
OUND_PRIME
is not set
# CONFIG_S
ND
is not set
#
#
Advanced Linux Sound Architecture
#
Open Sound System
#
# CONFIG_S
ND
is not set
# CONFIG_S
OUND_PRIME
is not set
#
# USB support
...
...
arch/sparc64/defconfig
View file @
235b9607
...
...
@@ -714,11 +714,6 @@ CONFIG_NLS_DEFAULT="iso8859-1"
#
CONFIG_SOUND=m
#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
#
# Advanced Linux Sound Architecture
#
...
...
@@ -783,6 +778,11 @@ CONFIG_SND_SONICVIBES=m
CONFIG_SND_SUN_AMD7930=m
CONFIG_SND_SUN_CS4231=m
#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
#
# USB support
#
...
...
sound/Kconfig
View file @
235b9607
# sound/Config.in
#
menu "Open Sound System"
depends on SOUND!=n
config SOUND_PRIME
tristate "Open Sound System"
depends on SOUND
help
Say 'Y' or 'M' to enable Open Sound System drivers.
source "sound/oss/Kconfig"
endmenu
menu "Advanced Linux Sound Architecture"
depends on SOUND!=n
...
...
@@ -42,3 +28,15 @@ source "sound/sparc/Kconfig"
endmenu
menu "Open Sound System"
depends on SOUND!=n
config SOUND_PRIME
tristate "Open Sound System (DEPRECATED)"
depends on SOUND
help
Say 'Y' or 'M' to enable Open Sound System drivers.
source "sound/oss/Kconfig"
endmenu
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