projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bed2aa
)
ALSA: hda/realtek - Simplify alc269_fixup_hp_line1_mic1_led()
author
Takashi Iwai
<tiwai@suse.de>
Tue, 19 Jun 2018 21:15:59 +0000
(23:15 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 21 Jun 2018 15:33:52 +0000
(17:33 +0200)
alc269_fixup_hp_line1_mic1_led() can be simplified more with the
existing helper code.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index d9461eebcfdfddf9d44c51ffa3a4ba9f70e4f057..7934c5df4d80b12ee728504b170ad800bf2f07fd 100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-3973,14
+3973,10
@@
static void alc269_fixup_hp_line1_mic1_led(struct hda_codec *codec,
{
struct alc_spec *spec = codec->spec;
+ alc269_fixup_hp_mute_led_micx(codec, fix, action, 0x1a);
if (action == HDA_FIXUP_ACT_PRE_PROBE) {
- spec->gen.vmaster_mute.hook = alc269_fixup_mic_mute_hook;
- spec->mute_led_polarity = 0;
- spec->mute_led_nid = 0x1a;
spec->cap_mute_led_nid = 0x18;
snd_hda_gen_add_micmute_led(codec, alc_cap_micmute_update);
- spec->gen.vmaster_mute_enum = 1;
- codec->power_filter = led_power_filter;
}
}