mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
862c2c0a61
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>
13 lines
279 B
Makefile
13 lines
279 B
Makefile
#
|
|
# Makefile for ALSA
|
|
#
|
|
|
|
snd-au1x00-objs := au1x00.o
|
|
snd-sgi-o2-objs := sgio2audio.o ad1843.o
|
|
snd-sgi-hal2-objs := hal2.o
|
|
|
|
# Toplevel Module Dependency
|
|
obj-$(CONFIG_SND_AU1X00) += snd-au1x00.o
|
|
obj-$(CONFIG_SND_SGI_O2) += snd-sgi-o2.o
|
|
obj-$(CONFIG_SND_SGI_HAL2) += snd-sgi-hal2.o
|