commit | 7eba5c9dc3735b14e3df7366671adc15e0c8a048 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Nov 14 14:53:42 2007 +0100 |
committer | Jaroslav Kysela <perex@perex.cz> | Mon Nov 19 18:38:32 2007 +0100 |
tree | 861964ee416186daf70408eb7da6be77fa42b301 | |
parent | 60fac85fffc74cdd2fbdae821f269594ca25b6b1 [diff] |
[ALSA] hda-codec - Check PINCAP only for PIN widgets The recent addition of checking PINCAP for EAPD seems to break some systems due to unexpected response from the codec chip. We shouldn't issue GET_PINCAP verb to non-PIN widgets. Now checks the widget type before checking EAPD bit. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>