<div dir="ltr"><div>Dear Dylan,</div><div><br></div><div>Thanks for your reply. I followed the link and create `~/.asoundrc` file with following content:</div><div></div><div><pre><code>pcm.quad {
    type multi
    slaves.a.pcm "dmix:ALC282,0"
    slaves.a.channels 2
    slaves.b.pcm "dmix:ALC282,2"
    slaves.b.channels 2
    bindings.0 { slave a; channel 0; }
    bindings.1 { slave a; channel 1; }
    bindings.2 { slave b; channel 0; }
    bindings.3 { slave b; channel 1; }
}
pcm.stereo2quad {
    type route
    slave.pcm "quad"
    ttable.0.0 1
    ttable.1.1 1
    ttable.0.2 1
    ttable.1.3 1
}
pcm.!default {
    type asym
    playback.pcm "plug:stereo2quad"
    capture.pcm "plug:dsnoop:ALC282"
}<br><br></code></pre><pre><code><font size="2"><font face="arial,helvetica,sans-serif">And here is the output of `aplay -l`, I want to play sound on both headphone and speaker on analog card #1.<br><font size="1"><span style="font-family:monospace,monospace"><br>**** List of PLAYBACK Hardware Devices ****<br>card 0: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]<br>  Subdevices: 0/1<br>  Subdevice #0: subdevice #0<br>card 0: HDMI [HDA Intel HDMI], device 7: HDMI 1 [HDMI 1]<br>  Subdevices: 1/1<br>  Subdevice #0: subdevice #0<br>card 0: HDMI [HDA Intel HDMI], device 8: HDMI 2 [HDMI 2]<br>  Subdevices: 1/1<br>  Subdevice #0: subdevice #0<br>card 1: PCH [HDA Intel PCH], device 0: ALC282 Analog [ALC282 Analog]<br>  Subdevices: 0/1<br>  Subdevice #0: subdevice #0</span></font><br><br></font></font></code></pre><pre><code><font size="2"><font face="arial,helvetica,sans-serif">Regards,<br></font></font></code></pre><pre><code><font size="2"><font face="arial,helvetica,sans-serif">Ali<br></font></font></code></pre><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Jul 15, 2018 at 6:14 PM Dylan Taft <<a href="mailto:dylanetaft@gmail.com">dylanetaft@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You probably want to touch ~/.asoundrc not the system file<div><br></div><div><a href="https://stackoverflow.com/questions/43939191/alsa-how-to-duplicate-a-stream-on-2-outputs-and-save-system-configs" target="_blank">https://stackoverflow.com/questions/43939191/alsa-how-to-duplicate-a-stream-on-2-outputs-and-save-system-configs</a></div><div><br></div><div><br>On Sunday, July 15, 2018, Ali Shirvani <<a href="mailto:aj.shirvani@gmail.com" target="_blank">aj.shirvani@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi all,</div><div><br></div><div>I want to play sound on all output ports of sound card, includes headphone, speaker and line out. I found that I should define new profile for the sound card that includes all required output ports.</div><div><br></div><div>I changed `/usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf` file and uncommented last lines and changed the `auto-profile = no`, but unfortunately it doesn't work.</div><div><br></div><div>Would you please help me to define a custom profile to play sound on all output ports?<br></div><div><br></div><div>Regards,</div><div>Ali Shirvani<br></div></div>
</blockquote></div>
_______________________________________________<br>
pulseaudio-discuss mailing list<br>
<a href="mailto:pulseaudio-discuss@lists.freedesktop.org" target="_blank">pulseaudio-discuss@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss</a><br>
</blockquote></div>