Skip to content

Commit efd931d

Browse files
larsclausentiwai
authored andcommitted
ALSA: Remove deprecated AU1X00 AC97 driver
The AU1X00 AC97 ALSA driver was deprecated in commit 7137c6b ("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 <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent c9e9dac commit efd931d

File tree

3 files changed

+0
-748
lines changed

3 files changed

+0
-748
lines changed

sound/mips/Kconfig

-12
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,5 @@ config SND_SGI_HAL2
2323
help
2424
Sound support for the SGI Indy and Indigo2 Workstation.
2525

26-
27-
config SND_AU1X00
28-
tristate "Au1x00 AC97 Port Driver (DEPRECATED)"
29-
depends on MIPS_ALCHEMY
30-
select SND_PCM
31-
select SND_AC97_CODEC
32-
help
33-
ALSA Sound driver for the Au1x00's AC97 port.
34-
35-
Newer drivers for ASoC are available, please do not use
36-
this driver as it will be removed in the future.
37-
3826
endif # SND_MIPS
3927

sound/mips/Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
# Makefile for ALSA
33
#
44

5-
snd-au1x00-objs := au1x00.o
65
snd-sgi-o2-objs := sgio2audio.o ad1843.o
76
snd-sgi-hal2-objs := hal2.o
87

98
# Toplevel Module Dependency
10-
obj-$(CONFIG_SND_AU1X00) += snd-au1x00.o
119
obj-$(CONFIG_SND_SGI_O2) += snd-sgi-o2.o
1210
obj-$(CONFIG_SND_SGI_HAL2) += snd-sgi-hal2.o

0 commit comments

Comments
 (0)