diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2008-08-19 11:54:14 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-08-25 09:57:08 +0200 |
commit | 2470e93c5515606a5cf44dd046f1a69e91ae23db (patch) | |
tree | 893d8c21bb429c7a023c0e53ee8e43dae59534fe /sound/oss/Kconfig | |
parent | a62741cf77f41338033553d7cc3fd3145a64ae53 (diff) | |
download | linux-stable-2470e93c5515606a5cf44dd046f1a69e91ae23db.tar.gz linux-stable-2470e93c5515606a5cf44dd046f1a69e91ae23db.tar.bz2 linux-stable-2470e93c5515606a5cf44dd046f1a69e91ae23db.zip |
sound: oss: remove driver for SGI HAL2 audio device
With the restructering of the indy button handling the old OSS HAL2 driver
got broken. Since there is a new ALSA driver for HAL2, the experimental
OSS driver is obsolete and will be removed by this patch.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/oss/Kconfig')
-rw-r--r-- | sound/oss/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sound/oss/Kconfig b/sound/oss/Kconfig index d4fafb6eec6c..cbee9dca12b0 100644 --- a/sound/oss/Kconfig +++ b/sound/oss/Kconfig @@ -24,13 +24,6 @@ config SOUND_VWSND <file:Documentation/sound/oss/vwsnd> for more info on this driver's capabilities. -config SOUND_HAL2 - tristate "SGI HAL2 sound (EXPERIMENTAL)" - depends on SGI_IP22 && EXPERIMENTAL - help - 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_AU1550_AC97 tristate "Au1550/Au1200 AC97 Sound" depends on SOC_AU1550 || SOC_AU1200 |