<div dir="ltr"><div dir="ltr"><div dir="ltr">I have tried and failed to get both HDMI and SPDIF outputs working at the same time.  I can get either one working by using default:pulse and switching them with the pulse control panel but it would be nice to have them both working without having to get up and go to a terminal when I want to listen to a show with the big sound on.<div><br></div><div>In my old system from 10 years ago I had two SPDIF outputs, one for the TV through a converter and one into the surround system.  At that time my asound.conf file looked like this:</div><div><br></div><div><div>pcm.!default {</div><div><span style="white-space:pre">     </span>type plug</div><div><span style="white-space:pre">     </span>slave {</div><div><span style="white-space:pre">               </span>pcm "hw:0,1"</div><div><span style="white-space:pre">                </span>format S32_LE</div><div><span style="white-space:pre"> </span>}</div><div>}</div></div><div><br></div><br>I tried to follow "Simultaneous Audio Output to Independent Devices" and eliminate the extraneous stuff and came up with this.  Note that the TV gets sound from HDMI and that works but I do not get sound on the surround system.</div><div dir="ltr"><br></div><div dir="ltr">dad@NewMyth:~$ more /etc/asound.conf</div><div dir="ltr">pcm.!default {</div><div dir="ltr">    type plug</div><div dir="ltr">    slave {</div><div dir="ltr">        pcm "multi_dig"</div><div dir="ltr">    }</div><div dir="ltr">}</div><div dir="ltr"><br></div><div>pcm.multi_dig {<br></div><div dir="ltr">    type multi</div><div dir="ltr">    # Define SPDIF slave</div><div dir="ltr">    slaves.a {</div><div dir="ltr">        pcm "hw:0,1"</div><div>        #tried both with and without this next line</div><div dir="ltr">        format S32_LE </div><div dir="ltr">    }</div><div dir="ltr">    # Define HDMI slave</div><div dir="ltr">    slaves.b {</div><div dir="ltr">        pcm "hw:1,7"</div><div dir="ltr">    }</div><div dir="ltr">}</div><div dir="ltr"> </div><div dir="ltr"><br></div><div dir="ltr">I set Myth setup to asla:default but I only get HDMI audio.  If I set myth to play device  hw:0,1 I get audio out of the surround and if I set it up to Nvidia HDMI 7 I get output to the TV. <br></div><div dir="ltr"><br></div><div>I tried to look in the Alsa website and read an article on multiple cards and all I understood was that things are probably different now and nothing that used to work will work any more.  Maybe that is the problem...</div><div><br></div><div>I am using Muthbuntu 16.  Anybody have this working on a similar system and care to share?</div><div><br></div><div>Allen</div></div></div>