787dba37a6
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>
10 lines
197 B
Makefile
10 lines
197 B
Makefile
#
|
|
# Makefile for ALSA
|
|
#
|
|
|
|
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
|