]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda: generic: Add a helper for mic-mute LED with LED classdev
authorTakashi Iwai <tiwai@suse.de>
Thu, 18 Jun 2020 11:08:31 +0000 (13:08 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 18 Jun 2020 11:22:40 +0000 (13:22 +0200)
commit9c105b70480d97e202a52b49c6e4472bd0733436
treeeb1bdfcc75b8baf62a475a3daaaad8e70a9189e6
parentc8c95aeec13103c8d8c485cb028c6c8cada3bdaa
ALSA: hda: generic: Add a helper for mic-mute LED with LED classdev

A new helper, snd_hda_gen_add_micmute_led_cdev(), is introduced here
for creating a LED classdev and setting up the hook to the capture
control for controlling the mic-mute LED to follow the capture switch
change.  This will replace the existing users of
snd_hda_gen_add_micmute_led() in later patches.

Also, introduce a new kconfig CONFIG_SND_HDA_GENERIC_LEDS, to indicate
the usage of mute / mic-mute LED helpers.  It's selected by the codec
drivers (Realtek, Conexant and Sigmatel), while it selects the
necessary LED class dependencies.

Tested-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Link: https://lore.kernel.org/r/20200618110842.27238-3-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/Kconfig
sound/pci/hda/hda_generic.c
sound/pci/hda/hda_generic.h
sound/pci/hda/patch_realtek.c