diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2008-07-12 22:43:50 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-07-14 09:01:02 +0200 |
commit | 862c2c0a61c515f2e9f63f689215bcf99a607eaf (patch) | |
tree | e1d40973f3d96a3a171fe5bd770e1ef893fb0581 /sound/mips/Kconfig | |
parent | 1e066322c26562621811effb1eb14097bc67a9ee (diff) |
ALSA: ALSA driver for SGI O2 audio board
This patch adds a new ALSA driver for the audio device found inside
most of the SGI O2 workstation. The hardware uses a SGI custom chip,
which feeds a AD codec chip.
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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/mips/Kconfig b/sound/mips/Kconfig index 2a61cade4ac..a9823fad85c 100644 --- a/sound/mips/Kconfig +++ b/sound/mips/Kconfig @@ -9,6 +9,12 @@ menuconfig SND_MIPS if SND_MIPS +config SND_SGI_O2 + tristate "SGI O2 Audio" + depends on SGI_IP32 + help + Sound support for the SGI O2 Workstation. + config SND_SGI_HAL2 tristate "SGI HAL2 Audio" depends on SGI_HAS_HAL2 |