]> err.no Git - linux-2.6/blobdiff - sound/oss/Kconfig
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-mmc
[linux-2.6] / sound / oss / Kconfig
index f1ed710a18d7060e80a8213ff00babfb35a9b2a6..f4980ca5c05c86d9f4cbd8c86c885f2bd35af09c 100644 (file)
@@ -98,8 +98,8 @@ config SOUND_HAL2
        tristate "SGI HAL2 sound (EXPERIMENTAL)"
        depends on SOUND_PRIME && SGI_IP22 && EXPERIMENTAL
        help
-         Say Y or M if you have an SGI Indy system and want to be able to
-         use it's on-board A2 audio system.
+         Say Y or M if you have an SGI Indy or Indigo2 system and want to be able to
+         use its on-board A2 audio system.
 
 config SOUND_IT8172
        tristate "IT8172G Sound"
@@ -114,8 +114,9 @@ config SOUND_VRC5477
          with the AC97 codec.
 
 config SOUND_AU1550_AC97
-       tristate "Au1550 AC97 Sound"
-       depends on SOUND_PRIME && SOC_AU1550
+       tristate "Au1550/Au1200 AC97 Sound"
+       select SND_AC97_CODEC
+       depends on SOUND_PRIME && (SOC_AU1550 || SOC_AU1200)
 
 config SOUND_TRIDENT
        tristate "Trident 4DWave DX/NX, SiS 7018 or ALi 5451 PCI Audio Core"
@@ -383,6 +384,26 @@ config MSND_FIFOSIZE
          and Pinnacle). Larger values reduce the chance of data overruns at
          the expense of overall latency. If unsure, use the default.
 
+config SOUND_VIA82CXXX
+       tristate "VIA 82C686 Audio Codec"
+       depends on SOUND_PRIME && PCI
+       help
+         Say Y here to include support for the audio codec found on VIA
+         82Cxxx-based chips. Typically these are built into a motherboard.
+
+         DO NOT select Sound Blaster or Adlib with this driver, unless
+         you have a Sound Blaster or Adlib card in addition to your VIA
+         audio chip.
+
+config MIDI_VIA82CXXX
+       bool "VIA 82C686 MIDI"
+       depends on SOUND_VIA82CXXX && ISA_DMA_API
+       help
+         Answer Y to use the MIDI interface of the Via686. You may need to
+         enable this in the BIOS before it will work. This is for connection
+         to external MIDI hardware, and is not required for software playback
+         of MIDI files.
+
 config SOUND_OSS
        tristate "OSS sound modules"
        depends on SOUND_PRIME && ISA_DMA_API
@@ -458,6 +479,33 @@ config SOUND_ACI_MIXER
 
          This driver is also available as a module and will be called aci.
 
+config SOUND_CS4232
+       tristate "Crystal CS4232 based (PnP) cards"
+       depends on SOUND_OSS
+       help
+         Say Y here if you have a card based on the Crystal CS4232 chip set,
+         which uses its own Plug and Play protocol.
+
+         If you compile the driver into the kernel, you have to add
+         "cs4232=<io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq>" to the kernel
+         command line.
+
+         See <file:Documentation/sound/oss/CS4232> for more information on
+         configuring this card.
+
+config SOUND_SSCAPE
+       tristate "Ensoniq SoundScape support"
+       depends on SOUND_OSS
+       help
+         Answer Y if you have a sound card based on the Ensoniq SoundScape
+         chipset. Such cards are being manufactured at least by Ensoniq, Spea
+         and Reveal (Reveal makes also other cards).
+
+         If you compile the driver into the kernel, you have to add
+         "sscape=<io>,<irq>,<dma>,<mpuio>,<mpuirq>" to the kernel command
+         line.
+
+
 config SOUND_VMIDI
        tristate "Loopback MIDI device support"
        depends on SOUND_OSS
@@ -804,6 +852,6 @@ config SOUND_SH_DAC_AUDIO
        depends on SOUND_PRIME && CPU_SH3
 
 config SOUND_SH_DAC_AUDIO_CHANNEL
-       int "    DAC channel"
+       int "DAC channel"
        default "1"
        depends on SOUND_SH_DAC_AUDIO