diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2008-07-12 12:12:20 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-07-14 09:00:57 +0200 |
commit | 787dba37a6ff5c80c67f37c081712a6e4af92e25 (patch) | |
tree | 46fb52cca0a1f9d629d6602e4b5747425353af8f /sound/mips/Makefile | |
parent | 9e4641541e9681a568483133813332cfafa34d86 (diff) |
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/Makefile')
-rw-r--r-- | sound/mips/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/mips/Makefile b/sound/mips/Makefile index 47afed971fb..63f4a9c0a8d 100644 --- a/sound/mips/Makefile +++ b/sound/mips/Makefile @@ -3,6 +3,8 @@ # snd-au1x00-objs := au1x00.o +snd-sgi-hal2-objs := hal2.o # Toplevel Module Dependency obj-$(CONFIG_SND_AU1X00) += snd-au1x00.o +obj-$(CONFIG_SND_SGI_HAL2) += snd-sgi-hal2.o |