diff options
author | Takashi Iwai <tiwai@suse.de> | 2020-06-18 14:08:35 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-06-18 14:23:19 +0300 |
commit | 5fc0f6930035c5ef30f1a869e6450854618b29d7 (patch) | |
tree | 1f809919656242d0fd3853171d97c6b17899aca3 /sound/pci/hda/hda_generic.h | |
parent | 23a2b46966bde1e54a7b67e4968554905d71cad5 (diff) | |
download | linux-5fc0f6930035c5ef30f1a869e6450854618b29d7.tar.xz |
ALSA: hda: generic: Drop unused snd_hda_gen_fixup_micmute_led()
The fixup function is no longer used. Let's drop.
Tested-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Link: https://lore.kernel.org/r/20200618110842.27238-7-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_generic.h')
-rw-r--r-- | sound/pci/hda/hda_generic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/pci/hda/hda_generic.h b/sound/pci/hda/hda_generic.h index f56bc8da20b2..6fcb62ed30c6 100644 --- a/sound/pci/hda/hda_generic.h +++ b/sound/pci/hda/hda_generic.h @@ -357,8 +357,6 @@ int snd_hda_gen_fix_pin_power(struct hda_codec *codec, hda_nid_t pin); int snd_hda_gen_add_micmute_led(struct hda_codec *codec, void (*hook)(struct hda_codec *)); -void snd_hda_gen_fixup_micmute_led(struct hda_codec *codec, - const struct hda_fixup *fix, int action); int snd_hda_gen_add_micmute_led_cdev(struct hda_codec *codec, int (*callback)(struct led_classdev *, enum led_brightness)); |