summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorDavid Heidelberg <david@ixit.cz>2025-12-03 23:34:10 +0100
committerTakashi Iwai <tiwai@suse.de>2025-12-07 13:15:59 +0100
commit74ac7558ea7630113f0477cff1c718f5b1f54ec8 (patch)
treec7dfc396d02a45d401b3a852e531b35e25ad14ca /sound
parentd91e9bd10125a9b0427420453b11f56228a6d6d0 (diff)
ALSA: Do not build obsolete API
ALSA 0.9.0-rc3 is from 2002, 23 years old. Signed-off-by: David Heidelberg <david@ixit.cz> Reviewed-by: Janusz Krzysztofik <jmkrzyszt@gmail.com> Reviewed-by: Christophe Leroy (CS GROUP) <chleroy@kernel.org> Acked-by: Christophe Leroy (CS GROUP) <chleroy@kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://patch.msgid.link/20251203-old-alsa-v1-1-ac80704f52c3@ixit.cz
Diffstat (limited to 'sound')
-rw-r--r--sound/core/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/Kconfig b/sound/core/Kconfig
index 48db44fa56fe..4e7bc370ffd7 100644
--- a/sound/core/Kconfig
+++ b/sound/core/Kconfig
@@ -155,7 +155,7 @@ config SND_MAX_CARDS
config SND_SUPPORT_OLD_API
bool "Support old ALSA API"
- default y
+ default n
help
Say Y here to support the obsolete ALSA PCM API (ver.0.9.0 rc3
or older).