commit | 93c9d8ae0b25ab7845b26813da1a326d2b1fea43 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Mar 11 09:48:43 2013 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Mar 11 09:57:21 2013 +0100 |
tree | 876e13eec6f607fdf3d6db0ab4fac0bbb23c11be | |
parent | d5702162f85526319c848c667df49ee1754dccef [diff] |
ALSA: hda - Don't re-initialize shared hp/mic pinctl When a headphone pin is set up as a shared hp/mic pin, we rather want to keep it as a headphone primarily as default, but the driver overrides it always as a mic pin, just because the input controls are created after outputs. Add a check of pin NID and skip the re-initialization of pinctl for such a shared hp/mic pin. Reported-by: Jonathan Woithe <jwoithe@just42.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>