commit | 215c850cf205fa502aa45c2540b8d8bc70bd0f1e | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Jun 19 22:34:26 2018 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jun 25 10:04:23 2018 +0200 |
tree | d6a0dca29eb226ced38455b7e1a68bd519e34b2e | |
parent | d261eec80ca987a2415dd26f982ca25844e4497c [diff] |
ALSA: hda/realtek - Simplify alc885_fixup_macpro_gpio() The fixup for Macbook Pro is nothing but setting the GPIO bits as usual but with one exception: it adds some delay at writing the GPIO bits. Add a flag to put the conditional delay in the common helper, and clean up alc885_fixup_macpro_gpio() with the new flag. Signed-off-by: Takashi Iwai <tiwai@suse.de>