[pulseaudio-tickets] [Bug 94716] Front panel audio not re-connected on startup if surround-sink is default
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Mar 27 10:05:36 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=94716
--- Comment #12 from Raymond <superquad.vortex2 at gmail.com> ---
hda-intel already copy front channel to grey jack when playing 5.1
/* surrounds */
for (i = 1; i < mout->num_dacs; i++) {
if (chs >= (i + 1) * 2) /* independent out */
snd_hda_codec_setup_stream(codec, nids[i], stream_tag,
i * 2, format);
else if (!mout->no_share_stream) /* copy front */
snd_hda_codec_setup_stream(codec, nids[i], stream_tag,
0, format);
}
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20160327/e2e25f6f/attachment.html>
More information about the pulseaudio-bugs
mailing list