efd931d6c7
The AU1X00 AC97 ALSA driver was deprecated in commit 7137c6bcb7
("ALSA:
deprecate MIPS AU1X00 AC97 driver") in favor of the newer and better ASoC
driver for the same hardware. This was almost 5 years ago and this driver
has not been in use in the mainline kernel since, it should be safe to
remove it at this point.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
11 lines
210 B
Makefile
11 lines
210 B
Makefile
#
|
|
# Makefile for ALSA
|
|
#
|
|
|
|
snd-sgi-o2-objs := sgio2audio.o ad1843.o
|
|
snd-sgi-hal2-objs := hal2.o
|
|
|
|
# Toplevel Module Dependency
|
|
obj-$(CONFIG_SND_SGI_O2) += snd-sgi-o2.o
|
|
obj-$(CONFIG_SND_SGI_HAL2) += snd-sgi-hal2.o
|