diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2016-02-06 11:25:49 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-02-08 08:17:15 +0100 |
commit | efd931d6c7fc49dc555150c600555df0fac7bf14 (patch) | |
tree | b6eebe6c163903d87804954f7162a3090ffefbca /sound/mips/Kconfig | |
parent | c9e9daccc7a6a670a6619723138ace6752f4773b (diff) | |
download | linux-efd931d6c7fc49dc555150c600555df0fac7bf14.tar.bz2 |
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/Kconfig')
-rw-r--r-- | sound/mips/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
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 |