From efd931d6c7fc49dc555150c600555df0fac7bf14 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Sat, 6 Feb 2016 11:25:49 +0100 Subject: 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 Signed-off-by: Takashi Iwai --- sound/mips/Kconfig | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'sound/mips/Kconfig') diff --git a/sound/mips/Kconfig b/sound/mips/Kconfig index 2153d31fb663..4a4705031cb9 100644 --- a/sound/mips/Kconfig +++ b/sound/mips/Kconfig @@ -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 -- cgit