ALSA: hda/realtek - Clean up mute/mic GPIO LED handling
authorTakashi Iwai <tiwai@suse.de>
Wed, 19 Nov 2014 11:16:14 +0000 (12:16 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 20 Nov 2014 10:02:18 +0000 (11:02 +0100)
commit0f32fd1900e6b972f289416dbd75e92772b630cb
tree31ca5527c056421b934bbee1b67f8e532cb28f2d
parent5f217f905bc5e9d609d0aac830736bcfc087c7f5
ALSA: hda/realtek - Clean up mute/mic GPIO LED handling

There are a few duplicated codes handling the mute and mic-mute LEDs
via GPIO pins.  Let's consolidate to single helpers.  Here we
introduced two new fields to alc_spec, gpio_mute_led_mask and
gpio_mic_led_mask, to contain the bit mask to set/clear.  Also,
mute_led_polarity is evaluated as well.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c