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
915a0c20
Commit
915a0c20
authored
Feb 10, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicate CONFIG_SOUND help entries and put one
into drivers/sound/Config.help
parent
0dc68d77
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
28 additions
and
336 deletions
+28
-336
arch/alpha/Config.help
arch/alpha/Config.help
+0
-28
arch/arm/Config.help
arch/arm/Config.help
+0
-28
arch/cris/Config.help
arch/cris/Config.help
+0
-28
arch/i386/Config.help
arch/i386/Config.help
+0
-28
arch/ia64/Config.help
arch/ia64/Config.help
+0
-28
arch/m68k/Config.help
arch/m68k/Config.help
+0
-28
arch/mips/Config.help
arch/mips/Config.help
+0
-28
arch/mips64/Config.help
arch/mips64/Config.help
+0
-28
arch/parisc/Config.help
arch/parisc/Config.help
+0
-28
arch/ppc/Config.help
arch/ppc/Config.help
+0
-28
arch/sh/Config.help
arch/sh/Config.help
+0
-28
arch/sparc64/Config.help
arch/sparc64/Config.help
+0
-28
drivers/sound/Config.help
drivers/sound/Config.help
+28
-0
No files found.
arch/alpha/Config.help
View file @
915a0c20
...
@@ -558,34 +558,6 @@ CONFIG_CD_NO_IDESCSI
...
@@ -558,34 +558,6 @@ CONFIG_CD_NO_IDESCSI
answer will get "defaulted" for you if you enable any of the Linux
answer will get "defaulted" for you if you enable any of the Linux
CD-ROM drivers).
CD-ROM drivers).
CONFIG_SOUND
If you have a sound card in your computer, i.e. if it can say more
than an occasional beep, say Y. Be sure to have all the information
about your sound card and its configuration down (I/O port,
interrupt and DMA channel), because you will be asked for it.
You want to read the Sound-HOWTO, available from
<http://www.linuxdoc.org/docs.html#howto>. General information about
the modular sound system is contained in the files
<file:Documentation/sound/Introduction>. The file
<file:Documentation/sound/README.OSS> contains some slightly
outdated but still useful information as well.
If you have a PnP sound card and you want to configure it at boot
time using the ISA PnP tools (read
<http://www.roestock.demon.co.uk/isapnptools/>), then you need to
compile the sound card support as a module ( = code which can be
inserted in and removed from the running kernel whenever you want)
and load that module after the PnP configuration is finished. To do
this, say M here and read <file:Documentation/modules.txt> as well
as <file:Documentation/sound/README.modules>; the module will be
called soundcore.o.
I'm told that even without a sound card, you can make your computer
say more than an occasional beep, by programming the PC speaker.
Kernel patches and supporting utilities to do that are in the pcsp
package, available at <ftp://ftp.infradead.org/pub/pcsp/>.
CONFIG_MAGIC_SYSRQ
CONFIG_MAGIC_SYSRQ
If you say Y here, you will have some control over the system even
If you say Y here, you will have some control over the system even
if the system crashes for example during kernel debugging (e.g., you
if the system crashes for example during kernel debugging (e.g., you
...
...
arch/arm/Config.help
View file @
915a0c20
...
@@ -432,34 +432,6 @@ CONFIG_APM
...
@@ -432,34 +432,6 @@ CONFIG_APM
and read <file:Documentation/modules.txt>. The module will be called
and read <file:Documentation/modules.txt>. The module will be called
apm.o.
apm.o.
CONFIG_SOUND
If you have a sound card in your computer, i.e. if it can say more
than an occasional beep, say Y. Be sure to have all the information
about your sound card and its configuration down (I/O port,
interrupt and DMA channel), because you will be asked for it.
You want to read the Sound-HOWTO, available from
<http://www.linuxdoc.org/docs.html#howto>. General information about
the modular sound system is contained in the files
<file:Documentation/sound/Introduction>. The file
<file:Documentation/sound/README.OSS> contains some slightly
outdated but still useful information as well.
If you have a PnP sound card and you want to configure it at boot
time using the ISA PnP tools (read
<http://www.roestock.demon.co.uk/isapnptools/>), then you need to
compile the sound card support as a module ( = code which can be
inserted in and removed from the running kernel whenever you want)
and load that module after the PnP configuration is finished. To do
this, say M here and read <file:Documentation/modules.txt> as well
as <file:Documentation/sound/README.modules>; the module will be
called soundcore.o.
I'm told that even without a sound card, you can make your computer
say more than an occasional beep, by programming the PC speaker.
Kernel patches and supporting utilities to do that are in the pcsp
package, available at <ftp://ftp.infradead.org/pub/pcsp/>.
CONFIG_MAGIC_SYSRQ
CONFIG_MAGIC_SYSRQ
If you say Y here, you will have some control over the system even
If you say Y here, you will have some control over the system even
if the system crashes for example during kernel debugging (e.g., you
if the system crashes for example during kernel debugging (e.g., you
...
...
arch/cris/Config.help
View file @
915a0c20
...
@@ -143,34 +143,6 @@ CONFIG_CD_NO_IDESCSI
...
@@ -143,34 +143,6 @@ CONFIG_CD_NO_IDESCSI
answer will get "defaulted" for you if you enable any of the Linux
answer will get "defaulted" for you if you enable any of the Linux
CD-ROM drivers).
CD-ROM drivers).
CONFIG_SOUND
If you have a sound card in your computer, i.e. if it can say more
than an occasional beep, say Y. Be sure to have all the information
about your sound card and its configuration down (I/O port,
interrupt and DMA channel), because you will be asked for it.
You want to read the Sound-HOWTO, available from
<http://www.linuxdoc.org/docs.html#howto>. General information about
the modular sound system is contained in the files
<file:Documentation/sound/Introduction>. The file
<file:Documentation/sound/README.OSS> contains some slightly
outdated but still useful information as well.
If you have a PnP sound card and you want to configure it at boot
time using the ISA PnP tools (read
<http://www.roestock.demon.co.uk/isapnptools/>), then you need to
compile the sound card support as a module ( = code which can be
inserted in and removed from the running kernel whenever you want)
and load that module after the PnP configuration is finished. To do
this, say M here and read <file:Documentation/modules.txt> as well
as <file:Documentation/sound/README.modules>; the module will be
called soundcore.o.
I'm told that even without a sound card, you can make your computer
say more than an occasional beep, by programming the PC speaker.
Kernel patches and supporting utilities to do that are in the pcsp
package, available at <ftp://ftp.infradead.org/pub/pcsp/>.
CONFIG_ISDN
CONFIG_ISDN
ISDN ("Integrated Services Digital Networks", called RNIS in France)
ISDN ("Integrated Services Digital Networks", called RNIS in France)
is a special type of fully digital telephone service; it's mostly
is a special type of fully digital telephone service; it's mostly
...
...
arch/i386/Config.help
View file @
915a0c20
...
@@ -861,34 +861,6 @@ CONFIG_X86_CPUID
...
@@ -861,34 +861,6 @@ CONFIG_X86_CPUID
with major 203 and minors 0 to 31 for /dev/cpu/0/cpuid to
with major 203 and minors 0 to 31 for /dev/cpu/0/cpuid to
/dev/cpu/31/cpuid.
/dev/cpu/31/cpuid.
CONFIG_SOUND
If you have a sound card in your computer, i.e. if it can say more
than an occasional beep, say Y. Be sure to have all the information
about your sound card and its configuration down (I/O port,
interrupt and DMA channel), because you will be asked for it.
You want to read the Sound-HOWTO, available from
<http://www.linuxdoc.org/docs.html#howto>. General information about
the modular sound system is contained in the files
<file:Documentation/sound/Introduction>. The file
<file:Documentation/sound/README.OSS> contains some slightly
outdated but still useful information as well.
If you have a PnP sound card and you want to configure it at boot
time using the ISA PnP tools (read
<http://www.roestock.demon.co.uk/isapnptools/>), then you need to
compile the sound card support as a module ( = code which can be
inserted in and removed from the running kernel whenever you want)
and load that module after the PnP configuration is finished. To do
this, say M here and read <file:Documentation/modules.txt> as well
as <file:Documentation/sound/README.modules>; the module will be
called soundcore.o.
I'm told that even without a sound card, you can make your computer
say more than an occasional beep, by programming the PC speaker.
Kernel patches and supporting utilities to do that are in the pcsp
package, available at <ftp://ftp.infradead.org/pub/pcsp/>.
CONFIG_MAGIC_SYSRQ
CONFIG_MAGIC_SYSRQ
If you say Y here, you will have some control over the system even
If you say Y here, you will have some control over the system even
if the system crashes for example during kernel debugging (e.g., you
if the system crashes for example during kernel debugging (e.g., you
...
...
arch/ia64/Config.help
View file @
915a0c20
...
@@ -385,34 +385,6 @@ CONFIG_ACPI_KERNEL_CONFIG
...
@@ -385,34 +385,6 @@ CONFIG_ACPI_KERNEL_CONFIG
If you say `Y' here, Linux's ACPI support will use the
If you say `Y' here, Linux's ACPI support will use the
hardware-level system descriptions found on IA64 machines.
hardware-level system descriptions found on IA64 machines.
CONFIG_SOUND
If you have a sound card in your computer, i.e. if it can say more
than an occasional beep, say Y. Be sure to have all the information
about your sound card and its configuration down (I/O port,
interrupt and DMA channel), because you will be asked for it.
You want to read the Sound-HOWTO, available from
<http://www.linuxdoc.org/docs.html#howto>. General information about
the modular sound system is contained in the files
<file:Documentation/sound/Introduction>. The file
<file:Documentation/sound/README.OSS> contains some slightly
outdated but still useful information as well.
If you have a PnP sound card and you want to configure it at boot
time using the ISA PnP tools (read
<http://www.roestock.demon.co.uk/isapnptools/>), then you need to
compile the sound card support as a module ( = code which can be
inserted in and removed from the running kernel whenever you want)
and load that module after the PnP configuration is finished. To do
this, say M here and read <file:Documentation/modules.txt> as well
as <file:Documentation/sound/README.modules>; the module will be
called soundcore.o.
I'm told that even without a sound card, you can make your computer
say more than an occasional beep, by programming the PC speaker.
Kernel patches and supporting utilities to do that are in the pcsp
package, available at <ftp://ftp.infradead.org/pub/pcsp/>.
CONFIG_MAGIC_SYSRQ
CONFIG_MAGIC_SYSRQ
If you say Y here, you will have some control over the system even
If you say Y here, you will have some control over the system even
if the system crashes for example during kernel debugging (e.g., you
if the system crashes for example during kernel debugging (e.g., you
...
...
arch/m68k/Config.help
View file @
915a0c20
...
@@ -1093,34 +1093,6 @@ CONFIG_NVRAM
...
@@ -1093,34 +1093,6 @@ CONFIG_NVRAM
The module will be called nvram.o. If you want to compile it as a
The module will be called nvram.o. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
module, say M here and read <file:Documentation/modules.txt>.
CONFIG_SOUND
If you have a sound card in your computer, i.e. if it can say more
than an occasional beep, say Y. Be sure to have all the information
about your sound card and its configuration down (I/O port,
interrupt and DMA channel), because you will be asked for it.
You want to read the Sound-HOWTO, available from
<http://www.linuxdoc.org/docs.html#howto>. General information about
the modular sound system is contained in the files
<file:Documentation/sound/Introduction>. The file
<file:Documentation/sound/README.OSS> contains some slightly
outdated but still useful information as well.
If you have a PnP sound card and you want to configure it at boot
time using the ISA PnP tools (read
<http://www.roestock.demon.co.uk/isapnptools/>), then you need to
compile the sound card support as a module ( = code which can be
inserted in and removed from the running kernel whenever you want)
and load that module after the PnP configuration is finished. To do
this, say M here and read <file:Documentation/modules.txt> as well
as <file:Documentation/sound/README.modules>; the module will be
called soundcore.o.
I'm told that even without a sound card, you can make your computer
say more than an occasional beep, by programming the PC speaker.
Kernel patches and supporting utilities to do that are in the pcsp
package, available at <ftp://ftp.infradead.org/pub/pcsp/>.
CONFIG_MAGIC_SYSRQ
CONFIG_MAGIC_SYSRQ
If you say Y here, you will have some control over the system even
If you say Y here, you will have some control over the system even
if the system crashes for example during kernel debugging (e.g., you
if the system crashes for example during kernel debugging (e.g., you
...
...
arch/mips/Config.help
View file @
915a0c20
...
@@ -785,34 +785,6 @@ CONFIG_RTC
...
@@ -785,34 +785,6 @@ CONFIG_RTC
The module is called rtc.o. If you want to compile it as a module,
The module is called rtc.o. If you want to compile it as a module,
say M here and read <file:Documentation/modules.txt>.
say M here and read <file:Documentation/modules.txt>.
CONFIG_SOUND
If you have a sound card in your computer, i.e. if it can say more
than an occasional beep, say Y. Be sure to have all the information
about your sound card and its configuration down (I/O port,
interrupt and DMA channel), because you will be asked for it.
You want to read the Sound-HOWTO, available from
<http://www.linuxdoc.org/docs.html#howto>. General information about
the modular sound system is contained in the files
<file:Documentation/sound/Introduction>. The file
<file:Documentation/sound/README.OSS> contains some slightly
outdated but still useful information as well.
If you have a PnP sound card and you want to configure it at boot
time using the ISA PnP tools (read
<http://www.roestock.demon.co.uk/isapnptools/>), then you need to
compile the sound card support as a module ( = code which can be
inserted in and removed from the running kernel whenever you want)
and load that module after the PnP configuration is finished. To do
this, say M here and read <file:Documentation/modules.txt> as well
as <file:Documentation/sound/README.modules>; the module will be
called soundcore.o.
I'm told that even without a sound card, you can make your computer
say more than an occasional beep, by programming the PC speaker.
Kernel patches and supporting utilities to do that are in the pcsp
package, available at <ftp://ftp.infradead.org/pub/pcsp/>.
CONFIG_CROSSCOMPILE
CONFIG_CROSSCOMPILE
Say Y here if you are compiling the kernel on a different
Say Y here if you are compiling the kernel on a different
architecture than the one it is intended to run on.
architecture than the one it is intended to run on.
...
...
arch/mips64/Config.help
View file @
915a0c20
...
@@ -371,34 +371,6 @@ CONFIG_CD_NO_IDESCSI
...
@@ -371,34 +371,6 @@ CONFIG_CD_NO_IDESCSI
answer will get "defaulted" for you if you enable any of the Linux
answer will get "defaulted" for you if you enable any of the Linux
CD-ROM drivers).
CD-ROM drivers).
CONFIG_SOUND
If you have a sound card in your computer, i.e. if it can say more
than an occasional beep, say Y. Be sure to have all the information
about your sound card and its configuration down (I/O port,
interrupt and DMA channel), because you will be asked for it.
You want to read the Sound-HOWTO, available from
<http://www.linuxdoc.org/docs.html#howto>. General information about
the modular sound system is contained in the files
<file:Documentation/sound/Introduction>. The file
<file:Documentation/sound/README.OSS> contains some slightly
outdated but still useful information as well.
If you have a PnP sound card and you want to configure it at boot
time using the ISA PnP tools (read
<http://www.roestock.demon.co.uk/isapnptools/>), then you need to
compile the sound card support as a module ( = code which can be
inserted in and removed from the running kernel whenever you want)
and load that module after the PnP configuration is finished. To do
this, say M here and read <file:Documentation/modules.txt> as well
as <file:Documentation/sound/README.modules>; the module will be
called soundcore.o.
I'm told that even without a sound card, you can make your computer
say more than an occasional beep, by programming the PC speaker.
Kernel patches and supporting utilities to do that are in the pcsp
package, available at <ftp://ftp.infradead.org/pub/pcsp/>.
CONFIG_CROSSCOMPILE
CONFIG_CROSSCOMPILE
Say Y here if you are compiling the kernel on a different
Say Y here if you are compiling the kernel on a different
architecture than the one it is intended to run on.
architecture than the one it is intended to run on.
...
...
arch/parisc/Config.help
View file @
915a0c20
...
@@ -476,34 +476,6 @@ CONFIG_STI_CONSOLE
...
@@ -476,34 +476,6 @@ CONFIG_STI_CONSOLE
machines. Say Y here to build support for it into your kernel.
machines. Say Y here to build support for it into your kernel.
The alternative is to use your primary serial port as a console.
The alternative is to use your primary serial port as a console.
CONFIG_SOUND
If you have a sound card in your computer, i.e. if it can say more
than an occasional beep, say Y. Be sure to have all the information
about your sound card and its configuration down (I/O port,
interrupt and DMA channel), because you will be asked for it.
You want to read the Sound-HOWTO, available from
<http://www.linuxdoc.org/docs.html#howto>. General information about
the modular sound system is contained in the files
<file:Documentation/sound/Introduction>. The file
<file:Documentation/sound/README.OSS> contains some slightly
outdated but still useful information as well.
If you have a PnP sound card and you want to configure it at boot
time using the ISA PnP tools (read
<http://www.roestock.demon.co.uk/isapnptools/>), then you need to
compile the sound card support as a module ( = code which can be
inserted in and removed from the running kernel whenever you want)
and load that module after the PnP configuration is finished. To do
this, say M here and read <file:Documentation/modules.txt> as well
as <file:Documentation/sound/README.modules>; the module will be
called soundcore.o.
I'm told that even without a sound card, you can make your computer
say more than an occasional beep, by programming the PC speaker.
Kernel patches and supporting utilities to do that are in the pcsp
package, available at <ftp://ftp.infradead.org/pub/pcsp/>.
CONFIG_MAGIC_SYSRQ
CONFIG_MAGIC_SYSRQ
If you say Y here, you will have some control over the system even
If you say Y here, you will have some control over the system even
if the system crashes for example during kernel debugging (e.g., you
if the system crashes for example during kernel debugging (e.g., you
...
...
arch/ppc/Config.help
View file @
915a0c20
...
@@ -512,34 +512,6 @@ CONFIG_MOUSE
...
@@ -512,34 +512,6 @@ CONFIG_MOUSE
kernel: saying N will just cause the configurator to skip all
kernel: saying N will just cause the configurator to skip all
the questions about non-serial mice. If unsure, say Y.
the questions about non-serial mice. If unsure, say Y.
CONFIG_SOUND
If you have a sound card in your computer, i.e. if it can say more
than an occasional beep, say Y. Be sure to have all the information
about your sound card and its configuration down (I/O port,
interrupt and DMA channel), because you will be asked for it.
You want to read the Sound-HOWTO, available from
<http://www.linuxdoc.org/docs.html#howto>. General information about
the modular sound system is contained in the files
<file:Documentation/sound/Introduction>. The file
<file:Documentation/sound/README.OSS> contains some slightly
outdated but still useful information as well.
If you have a PnP sound card and you want to configure it at boot
time using the ISA PnP tools (read
<http://www.roestock.demon.co.uk/isapnptools/>), then you need to
compile the sound card support as a module ( = code which can be
inserted in and removed from the running kernel whenever you want)
and load that module after the PnP configuration is finished. To do
this, say M here and read <file:Documentation/modules.txt> as well
as <file:Documentation/sound/README.modules>; the module will be
called soundcore.o.
I'm told that even without a sound card, you can make your computer
say more than an occasional beep, by programming the PC speaker.
Kernel patches and supporting utilities to do that are in the pcsp
package, available at <ftp://ftp.infradead.org/pub/pcsp/>.
CONFIG_MAGIC_SYSRQ
CONFIG_MAGIC_SYSRQ
If you say Y here, you will have some control over the system even
If you say Y here, you will have some control over the system even
if the system crashes for example during kernel debugging (e.g., you
if the system crashes for example during kernel debugging (e.g., you
...
...
arch/sh/Config.help
View file @
915a0c20
...
@@ -623,34 +623,6 @@ CONFIG_RTC
...
@@ -623,34 +623,6 @@ CONFIG_RTC
The module is called rtc.o. If you want to compile it as a module,
The module is called rtc.o. If you want to compile it as a module,
say M here and read <file:Documentation/modules.txt>.
say M here and read <file:Documentation/modules.txt>.
CONFIG_SOUND
If you have a sound card in your computer, i.e. if it can say more
than an occasional beep, say Y. Be sure to have all the information
about your sound card and its configuration down (I/O port,
interrupt and DMA channel), because you will be asked for it.
You want to read the Sound-HOWTO, available from
<http://www.linuxdoc.org/docs.html#howto>. General information about
the modular sound system is contained in the files
<file:Documentation/sound/Introduction>. The file
<file:Documentation/sound/README.OSS> contains some slightly
outdated but still useful information as well.
If you have a PnP sound card and you want to configure it at boot
time using the ISA PnP tools (read
<http://www.roestock.demon.co.uk/isapnptools/>), then you need to
compile the sound card support as a module ( = code which can be
inserted in and removed from the running kernel whenever you want)
and load that module after the PnP configuration is finished. To do
this, say M here and read <file:Documentation/modules.txt> as well
as <file:Documentation/sound/README.modules>; the module will be
called soundcore.o.
I'
m
told
that
even
without
a
sound
card
,
you
can
make
your
computer
say
more
than
an
occasional
beep
,
by
programming
the
PC
speaker
.
Kernel
patches
and
supporting
utilities
to
do
that
are
in
the
pcsp
package
,
available
at
<
ftp
://
ftp
.
infradead
.
org
/
pub
/
pcsp
/>.
CONFIG_MAGIC_SYSRQ
CONFIG_MAGIC_SYSRQ
If you say Y here, you will have some control over the system even
If you say Y here, you will have some control over the system even
if the system crashes for example during kernel debugging (e.g., you
if the system crashes for example during kernel debugging (e.g., you
...
...
arch/sparc64/Config.help
View file @
915a0c20
...
@@ -1133,34 +1133,6 @@ CONFIG_RTC
...
@@ -1133,34 +1133,6 @@ CONFIG_RTC
The module is called rtc.o. If you want to compile it as a module,
The module is called rtc.o. If you want to compile it as a module,
say M here and read <file:Documentation/modules.txt>.
say M here and read <file:Documentation/modules.txt>.
CONFIG_SOUND
If you have a sound card in your computer, i.e. if it can say more
than an occasional beep, say Y. Be sure to have all the information
about your sound card and its configuration down (I/O port,
interrupt and DMA channel), because you will be asked for it.
You want to read the Sound-HOWTO, available from
<http://www.linuxdoc.org/docs.html#howto>. General information about
the modular sound system is contained in the files
<file:Documentation/sound/Introduction>. The file
<file:Documentation/sound/README.OSS> contains some slightly
outdated but still useful information as well.
If you have a PnP sound card and you want to configure it at boot
time using the ISA PnP tools (read
<http://www.roestock.demon.co.uk/isapnptools/>), then you need to
compile the sound card support as a module ( = code which can be
inserted in and removed from the running kernel whenever you want)
and load that module after the PnP configuration is finished. To do
this, say M here and read <file:Documentation/modules.txt> as well
as <file:Documentation/sound/README.modules>; the module will be
called soundcore.o.
I'm told that even without a sound card, you can make your computer
say more than an occasional beep, by programming the PC speaker.
Kernel patches and supporting utilities to do that are in the pcsp
package, available at <ftp://ftp.infradead.org/pub/pcsp/>.
CONFIG_MAGIC_SYSRQ
CONFIG_MAGIC_SYSRQ
If you say Y here, you will have some control over the system even
If you say Y here, you will have some control over the system even
if the system crashes for example during kernel debugging (e.g., you
if the system crashes for example during kernel debugging (e.g., you
...
...
drivers/sound/Config.help
View file @
915a0c20
CONFIG_SOUND
If you have a sound card in your computer, i.e. if it can say more
than an occasional beep, say Y. Be sure to have all the information
about your sound card and its configuration down (I/O port,
interrupt and DMA channel), because you will be asked for it.
You want to read the Sound-HOWTO, available from
<http://www.linuxdoc.org/docs.html#howto>. General information about
the modular sound system is contained in the files
<file:Documentation/sound/Introduction>. The file
<file:Documentation/sound/README.OSS> contains some slightly
outdated but still useful information as well.
If you have a PnP sound card and you want to configure it at boot
time using the ISA PnP tools (read
<http://www.roestock.demon.co.uk/isapnptools/>), then you need to
compile the sound card support as a module ( = code which can be
inserted in and removed from the running kernel whenever you want)
and load that module after the PnP configuration is finished. To do
this, say M here and read <file:Documentation/modules.txt> as well
as <file:Documentation/sound/README.modules>; the module will be
called soundcore.o.
I'm told that even without a sound card, you can make your computer
say more than an occasional beep, by programming the PC speaker.
Kernel patches and supporting utilities to do that are in the pcsp
package, available at <ftp://ftp.infradead.org/pub/pcsp/>.
CONFIG_INPUT_GAMEPORT
CONFIG_INPUT_GAMEPORT
Gameport support is for the standard 15-pin PC gameport. If you
Gameport support is for the standard 15-pin PC gameport. If you
have a joystick, gamepad, gameport card, a soundcard with a gameport
have a joystick, gamepad, gameport card, a soundcard with a gameport
...
...
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