https://bugs.freedesktop.org/show_bug.cgi?id=94716

--- Comment #12 from Raymond <[email protected]> ---
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.
_______________________________________________
pulseaudio-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to