[ALSA] Add speaker pin sequencing to hda_codec.c:snd_hda_parse_pin_def_config()
authorSteve Longerbeam <stevel@embeddedalley.com>
Tue, 8 May 2007 13:33:03 +0000 (15:33 +0200)
committerJaroslav Kysela <perex@suse.cz>
Fri, 11 May 2007 14:56:18 +0000 (16:56 +0200)
Some verb tables (such as an Asus VT sent by IDT) contain only speaker
outs in the default pin configs, and no line-outs. In such a case the
speaker sequence numbers have to be used to order the speaker out
pins, just as is being done for line-out pins. Then, when speaker-outs
are copied to line-outs, the line-outs will be ordered properly.

Signed-off-by: Steve Longerbeam <stevel@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>

No differences found