diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2008-07-12 14:12:20 +0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-07-14 11:00:57 +0400 |
commit | 787dba37a6ff5c80c67f37c081712a6e4af92e25 (patch) | |
tree | 46fb52cca0a1f9d629d6602e4b5747425353af8f /sound/mips/Kconfig | |
parent | 9e4641541e9681a568483133813332cfafa34d86 (diff) | |
download | linux-787dba37a6ff5c80c67f37c081712a6e4af92e25.tar.xz |
ALSA: ALSA driver for SGI HAL2 audio device
This patch adds a new ALSA driver for the audio device found inside
many older SGI workstation (Indy, Indigo2). The hardware uses a SGI
custom chip, which feeds two codec chips, an IEC chip and a synth chip.
Currently only one of the codecs is supported. This driver already has
the same functionality as the HAL2 OSS driver and will replace it.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/mips/Kconfig')
-rw-r--r-- | sound/mips/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/mips/Kconfig b/sound/mips/Kconfig index bb26f6cf4c0a..2a61cade4ac3 100644 --- a/sound/mips/Kconfig +++ b/sound/mips/Kconfig @@ -9,6 +9,13 @@ menuconfig SND_MIPS if SND_MIPS +config SND_SGI_HAL2 + tristate "SGI HAL2 Audio" + depends on SGI_HAS_HAL2 + help + Sound support for the SGI Indy and Indigo2 Workstation. + + config SND_AU1X00 tristate "Au1x00 AC97 Port Driver" depends on SOC_AU1000 || SOC_AU1100 || SOC_AU1500 |