From 787dba37a6ff5c80c67f37c081712a6e4af92e25 Mon Sep 17 00:00:00 2001 From: Thomas Bogendoerfer Date: Sat, 12 Jul 2008 12:12:20 +0200 Subject: 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 Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- sound/mips/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sound/mips/Makefile') 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 -- cgit v1.2.3