aboutsummaryrefslogtreecommitdiffstats
path: root/sound/mips/Makefile
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>2008-07-12 12:12:20 +0200
committerJaroslav Kysela <perex@perex.cz>2008-07-14 09:00:57 +0200
commit787dba37a6ff5c80c67f37c081712a6e4af92e25 (patch)
tree46fb52cca0a1f9d629d6602e4b5747425353af8f /sound/mips/Makefile
parentALSA: hda - Fix FSC V5505 model (diff)
downloadlinux-dev-787dba37a6ff5c80c67f37c081712a6e4af92e25.tar.xz
linux-dev-787dba37a6ff5c80c67f37c081712a6e4af92e25.zip
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/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/mips/Makefile b/sound/mips/Makefile
index 47afed971fba..63f4a9c0a8d9 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