From: Takashi Iwai Date: Wed, 8 Sep 2010 12:57:04 +0000 (+0200) Subject: ALSA: hda - Fix wrong HP pin detection in snd_hda_parse_pin_def_config() X-Git-Tag: v2.6.36-rc4~21^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=122661b67899980f1372812d907e73ebcfb3d037;p=pandora-kernel.git ALSA: hda - Fix wrong HP pin detection in snd_hda_parse_pin_def_config() snd_hda_parse_pin_def_config() has some workaround for re-assigning some pins declared as headphones to line-outs. This didn't work properly for some cases because it used memmove() stupidly wrongly. Reference: Novell bnc#637263 https://bugzilla.novell.com/show_bug.cgi?id=637263 Cc: Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed