Skip to content

Commit

Permalink
ALSA: Remove deprecated AU1X00 AC97 driver
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
larsclausen authored and tiwai committed Feb 8, 2016
1 parent c9e9dac commit efd931d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 748 deletions.
12 changes: 0 additions & 12 deletions sound/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,5 @@ config SND_SGI_HAL2
help
Sound support for the SGI Indy and Indigo2 Workstation.


config SND_AU1X00
tristate "Au1x00 AC97 Port Driver (DEPRECATED)"
depends on MIPS_ALCHEMY
select SND_PCM
select SND_AC97_CODEC
help
ALSA Sound driver for the Au1x00's AC97 port.

Newer drivers for ASoC are available, please do not use
this driver as it will be removed in the future.

endif # SND_MIPS

2 changes: 0 additions & 2 deletions sound/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit efd931d

Please sign in to comment.