[pulseaudio-tickets] [Bug 84983] [AV200 - Oxygen HD Audio - Asus Xonar D1] analog output device is not listed in audio settings
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Mar 12 22:39:28 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=84983
--- Comment #47 from Raymond <superquad.vortex2 at gmail.com> ---
the current logic is also broken
if (e->has_dB) {
if (!p->has_volume) {
for (t = 0; t < PA_CHANNEL_POSITION_MAX; t++)
if (PA_CHANNEL_POSITION_MASK(t) & e->merged_mask) {
min_dB[t] = e->min_dB;
max_dB[t] = e->max_dB;
path_volume_channels |=
PA_CHANNEL_POSITION_MASK(t);
+ p->has_dB = true;
}
- p->has_dB = true;
}
--
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: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20150313/29d4339c/attachment.html>
More information about the pulseaudio-bugs
mailing list