ALSA: hda/realtek - Consolidate gpio_data and gpio_led
authorTakashi Iwai <tiwai@suse.de>
Tue, 19 Jun 2018 20:32:29 +0000 (22:32 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 25 Jun 2018 08:04:23 +0000 (10:04 +0200)
commitd261eec80ca987a2415dd26f982ca25844e4497c
tree084035ba28f200b12729c6ffbabd4db9f16077ca
parentaaf312de4eb915e5b45c65c2da7304bf34b5ab47
ALSA: hda/realtek - Consolidate gpio_data and gpio_led

Until now, two fields, gpio_data and gpio_led, coexist in alc_spec
although basically both of them serve for the same purpose -- the GPIO
data bits.

This patch consolidates both usages and eliminates the superfluous
gpio_led field.

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