commit | 8fa7ab48acb636d24669dab291807b487dfb2804 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Oct 26 16:06:27 2011 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Oct 26 16:26:18 2011 +0200 |
tree | 7f358be955366d829c53c65c040980540320049b | |
parent | 820bc19df20e1927054860513322742de5ebb6b3 [diff] |
ALSA: hda - Fix surround/CLFE headphone and speaker pins order When 5.1 or more headphone or speaker pins are provided, the parser still takes as is without fixing the order of channel mapping, which leads in the unexpected strange channel order by surround outputs. This patch fixes the issue by applying the same fix-up not only to line_out_pins[] but also hp_pins[] and speaker_pins[]. Signed-off-by: Takashi Iwai <tiwai@suse.de>