git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cf215b
)
ALSA: hda - Fix invalid snd_BUG_ON() in alc271_hp_gate_mic_jack()
author
Takashi Iwai
<tiwai@suse.de>
Wed, 23 Jan 2013 12:57:20 +0000
(13:57 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 23 Jan 2013 12:57:20 +0000
(13:57 +0100)
The fixup function is called multiple times before parsing the pins,
so snd_BUG_ON() hits when loaded. Move it to the proper place in the
if block.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found