summaryrefslogtreecommitdiff
path: root/sound/core/Kconfig
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2024-03-04 23:58:46 +0300
committerLee Jones <lee@kernel.org>2024-03-28 13:39:50 +0300
commita24de38de8046c075777bd6b8a291ae1ee56f71c (patch)
tree4d0a9d24b5f415329e028832846b4a1b70f0ab09 /sound/core/Kconfig
parent822c91e72eac568ed8d83765634f00decb45666c (diff)
downloadlinux-a24de38de8046c075777bd6b8a291ae1ee56f71c.tar.xz
ALSA: control-led: Integrate mute led trigger
This driver is the only one calling ledtrig_audio_set(), therefore the LED audio trigger isn't usable standalone. So it makes sense to fully integrate LED audio triger handling here. The module aliases ensure that the driver is auto-loaded (if built as module) if a LED device has one of the two audio triggers as default trigger. In addition disable building the old audio mute LED trigger. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Reviewed-by: Takashi Iwai <tiwai@suse.de> Link: https://lore.kernel.org/r/107634e6-d9ad-4a9f-881d-1eb72ea1a5a7@gmail.com Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'sound/core/Kconfig')
-rw-r--r--sound/core/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/core/Kconfig b/sound/core/Kconfig
index 8077f481d84f..b970a1734647 100644
--- a/sound/core/Kconfig
+++ b/sound/core/Kconfig
@@ -262,6 +262,5 @@ config SND_CTL_LED
tristate
select NEW_LEDS if SND_CTL_LED
select LEDS_TRIGGERS if SND_CTL_LED
- select LEDS_TRIGGER_AUDIO if SND_CTL_LED
source "sound/core/seq/Kconfig"