diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2008-07-12 16:43:50 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-07-14 03:01:02 -0400 |
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 2a61cade4ac3..a9823fad85c2 100644 --- a/sound/mips/Kconfig +++ b/sound/mips/Kconfig | |||
@@ -9,6 +9,12 @@ menuconfig SND_MIPS | |||
9 | 9 | ||
10 | if SND_MIPS | 10 | if SND_MIPS |
11 | 11 | ||
12 | config SND_SGI_O2 | ||
13 | tristate "SGI O2 Audio" | ||
14 | depends on SGI_IP32 | ||
15 | help | ||
16 | Sound support for the SGI O2 Workstation. | ||
17 | |||
12 | config SND_SGI_HAL2 | 18 | config SND_SGI_HAL2 |
13 | tristate "SGI HAL2 Audio" | 19 | tristate "SGI HAL2 Audio" |
14 | depends on SGI_HAS_HAL2 | 20 | depends on SGI_HAS_HAL2 |