<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - From pulseaudio 4.99 (20131028) the Speaker channel on Realtek ALC269V is set to 0"
href="https://bugs.freedesktop.org/show_bug.cgi?id=71677#c16">Comment # 16</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - From pulseaudio 4.99 (20131028) the Speaker channel on Realtek ALC269V is set to 0"
href="https://bugs.freedesktop.org/show_bug.cgi?id=71677">bug 71677</a>
from <span class="vcard"><a class="email" href="mailto:superquad.vortex2@gmail.com" title="Raymond <superquad.vortex2@gmail.com>"> <span class="fn">Raymond</span></a>
</span></b>
<pre><a href="https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/hda_generic.c?id=a07a949be6eb1c9aab06adaadce72dbd27b7d9cb">https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/hda_generic.c?id=a07a949be6eb1c9aab06adaadce72dbd27b7d9cb</a>
+ if (cfg->line_out_type != AUTO_PIN_HP_OUT)
+ spec->const_channel_count = max(spec->const_channel_count,
+ cfg->hp_outs * 2);
+ spec->multiout.max_channels = max(spec->ext_channel_count,
+ spec->const_channel_count);
the driver should check whether each headphones should have different DACs when
assign max_channels
for those dual headphones jacks desktop, the two headphones are in multi_outs
with retasked mic jack to support 5.1
hda_codec: 92HD73C1X5: Apply fix-func for Dell Studio 1535
autoconfig: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
hp_outs=2 (0xa/0xf/0x0/0x0/0x0)
mono: mono_out=0x0
inputs:
Mic=0xe
Internal Mic=0x13
==> lo_type=2, wired=1, mio=1, badness=0x0
multi_outs = a/f/0/0 : 15/16/0/0 (type HP)
out path: depth=2 :15:0a
out path: depth=2 :16:0f
spk_outs = d/0/0/0 : 17/0/0/0
spk path: depth=2 :17:0d
mix path: depth=5 :15:2b:1d:1e:0a
mix path: depth=5 :15:2b:1d:1e:0d
==> Best config: lo_type=2, wired=1, mio=1
multi_outs = a/f/0/0 : 15/16/0/0 (type HP)
out path: depth=2 :15:0a
out path: depth=2 :16:0f
spk_outs = d/0/0/0 : 17/0/0/0
spk path: depth=2 :17:0d
mix path: depth=5 :15:2b:1d:1e:0a
mix path: depth=5 :15:2b:1d:1e:0d</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>