summaryrefslogtreecommitdiff
path: root/sound/mips/Makefile
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2016-02-06 11:25:49 +0100
committerTakashi Iwai <tiwai@suse.de>2016-02-08 08:17:15 +0100
commitefd931d6c7fc49dc555150c600555df0fac7bf14 (patch)
treeb6eebe6c163903d87804954f7162a3090ffefbca /sound/mips/Makefile
parentc9e9daccc7a6a670a6619723138ace6752f4773b (diff)
ALSA: Remove deprecated AU1X00 AC97 driver
The AU1X00 AC97 ALSA driver was deprecated in commit 7137c6bcb7ff ("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>
Diffstat (limited to 'sound/mips/Makefile')
-rw-r--r--sound/mips/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/mips/Makefile b/sound/mips/Makefile
index 861ec0a574b4..b977c44330d6 100644
--- a/sound/mips/Makefile
+++ b/sound/mips/Makefile
@@ -2,11 +2,9 @@
# 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