<div>I've upgraded to myth .20...and i had analog sound but no digital sound via myth.&nbsp; I could select a file and play it through xine and sound went out via spdif no problem...but not in myth so i altered my .asound.conf file with what you see below and now i have no sound at all.&nbsp; Can anyone tell me what I am doing wrong?&nbsp; Thanks
</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div># ALSA configuration file</div>
<p>##### USAGE #####<br># Save this file as &quot;~/.asoundrc&quot; (for user-specific sound<br>#configuration) or<br># &quot;/etc/asound.conf&quot; (for system-wide sound configuration) and specify<br>#ALSA&nbsp; device names ad described in the next s
</p>
<p>##### DEVICE NAMES #####<br># This configuration file defines four devices for use by the user.<br>#Those devices are &quot;analog&quot;, &quot;mixed-analog&quot;, &quot;digital&quot;, and &quot;mixed-digital&quot;.<br>
#The user may also re-define &quot;default&quot; to be identical to one of the above-named<br># devices (i.e. to send all sound output to the digital output unless otherwise<br># specified).&nbsp; Use the device names as described below:
<br>#&nbsp; - &quot;analog&quot; outputs to the analog output directly and (at least on software<br>#&nbsp; sound cards) blocks other audio output.&nbsp; After playback completes,&quot;queued&quot;<br>#&nbsp; sounds are output in sequence.<br>
#&nbsp; - &quot;mixed-analog&quot; mixes audio output from multiple programs into the analog<br>#&nbsp; output (so you can hear beeps, alerts, and other noises while playing back<br>#&nbsp; an audio stream).<br>#&nbsp; - &quot;digital&quot; outputs to the digital output directly.&nbsp; Since most (all?)
<br>#&nbsp; digital outputs expect 48kHz PCM audio, this may not work for some<br>playback<br>#&nbsp; (i.e. CD's--which are 44.1kHz PCM audio--or 32kHz audio streams from<br>TV<br>#&nbsp; recordings, etc.).<br>#&nbsp; - &quot;mixed-digital&quot;
</p>
<p># All other devices created within this file are used only by the configuration<br># file itself and should /not/ be used directly.&nbsp; In other words, do not use<br># the devices &quot;analog-hw&quot;, &quot;dmix-analog&quot;, &quot;digital-hw&quot;, or &quot;dmix-digital&quot;.
</p>
<p><br>##### IMPORTANT #####<br># To make this ALSA configuration file work with your sound card, you will need<br># to define the appropriate card and device information for the &quot;analog-hw&quot; and<br># &quot;digital-hw&quot; devices below.&nbsp; You can find the card and device information
<br># using &quot;aplay -l&quot;.</p>
<p><br>##### Configuration File #####</p>
<p># Override the default output used by ALSA.&nbsp; If you do not override the<br># default, your default device is identical to the (unmixed) &quot;analog&quot; device<br># shown below.&nbsp; If you prefer mixed and/or digital output, uncomment the
<br># appropriate four lines below (only one slave.pcm line).<br>#<br># Note, also, that as of ALSA 1.0.9, &quot;software&quot; sound cards have been modified<br># such that their default &quot;default&quot; device is identical to the &quot;mixed-analog&quot;
<br># device.&nbsp; Whether using an ALSA version before or after 1.0.9, it does no harm<br># and has no affect on performance to redefine the device (even if the<br># redefinition does not change anything).&nbsp; Also, by using this ALSA
<br># configuration file, you once again have access to unmixed analog<br>output using<br># the &quot;analog&quot; device.<br>pcm.!default {<br>&nbsp; type plug<br>## Uncomment the following to use (unmixed) &quot;analog&quot; by default
<br>#&nbsp; slave.pcm &quot;analog-hw&quot;<br>## Uncomment the following to use &quot;mixed-analog&quot; by default<br>#&nbsp; slave.pcm &quot;dmix-analog&quot;<br>## Uncomment the following to use (unmixed) &quot;digital&quot; by default
<br>&nbsp; slave.pcm &quot;digital-hw&quot;<br>## Uncomment the following to use &quot;mixed-digital&quot; by default<br>#&nbsp; slave.pcm &quot;dmix-digital&quot;<br># Control device (mixer, etc.) for the card<br>ctl.!default {<br>
&nbsp; type hw<br>&nbsp; card 0<br>}</p>
<p># Alias for (converted) analog output on the card<br># - This is identical to the device named &quot;default&quot;--which always exists and<br># refers to hw:0,0 (unless overridden)<br># - Therefore, we can specify &quot;hw:0,0&quot;, &quot;default&quot;, or &quot;analog&quot; to access analog
<br># output on the card<br># - Note that as of ALSA 1.0.9, &quot;software&quot; sound card definitions<br>redefine<br># &quot;default&quot; to do mixing, meaning this device is different from<br>&quot;default&quot; and<br>
# allows playback while blocking other sound sources (until playback<br># completes).<br>pcm.analog {<br>&nbsp; type plug<br>&nbsp; slave.pcm &quot;analog-hw&quot;<br>}</p>
<p># Control device (mixer, etc.) for the card<br>ctl.analog {<br>&nbsp; type hw<br>&nbsp; card 0<br>}</p>
<p># Alias for (converted) mixed analog output on the card<br># - This will accept audio input--regardless of rate--and convert to the rate<br># required for the dmix plugin (in this case 48000Hz)<br># - Note that as of ALSA 
1.0.9, &quot;software&quot; sound card definitions redefine<br># &quot;default&quot; to do mixing, meaning this device is identical to &quot;default&quot; for<br># &quot;software&quot; sound cards.<br>pcm.mixed-analog {<br>
&nbsp; type plug<br>&nbsp; slave.pcm &quot;dmix-analog&quot;<br>}</p>
<p># Control device (mixer, etc.) for the card<br>ctl.mixed-analog {<br>&nbsp; type hw<br>&nbsp; card 0<br>}</p>
<p># Alias for (converted) digital (S/PDIF) output on the card<br># - This will accept audio input--regardless of rate--and convert to the rate<br># required for the S/PDIF hardware (in this case 48000Hz)<br>pcm.digital {
<br>&nbsp; type plug<br>&nbsp; slave.pcm &quot;digital-hw&quot;<br>}</p>
<p># Control device (mixer, etc.) for the card<br>ctl.digital {<br>&nbsp; type hw<br>&nbsp; card 0<br>}</p>
<p># Alias for mixed (converted) digital (S/PDIF) output on the card<br>#&nbsp; - This will accept audio input--regardless of rate--and convert to the rate<br>#&nbsp; required for the S/PDIF hardware (in this case 48000Hz)<br>pcm.mixed-digital
 {<br>type plug<br>&nbsp; slave.pcm &quot;dmix-digital&quot;<br>}</p>
<p># Control device (mixer, etc.) for the card<br>ctl.mixed-digital {<br>&nbsp; type hw<br>&nbsp; card 0<br>}</p>
<p># The following devices are not useful by themselves.&nbsp; They require specific<br># rates, channels, and formats.&nbsp; Therefore, you probably do not want to use<br># them directly.&nbsp; Instead use of of the devices defined above.
</p>
<p># Alias for analog output on the card<br># Do not use this directly--it requires specific rate, channels, and format<br>pcm.analog-hw {<br>&nbsp; type hw<br>&nbsp; card 0<br>&nbsp; # The default value for device is 0, so no need to specify
<br>#&nbsp; - Uncomment one of the below or create a new &quot;device N&quot; line as appropriate<br>#&nbsp;&nbsp;&nbsp; for your sound card or<br>#&nbsp; device 1<br>#&nbsp; device 4<br>}</p>
<p># Control device (mixer, etc.) for the card<br>ctl.analog-hw {<br>&nbsp; type hw<br>&nbsp; card 0<br>}</p>
<p># Alias for digital (S/PDIF) output on the card<br># Do not use this directly--it requires specific rate, channels, and format<br>pcm.digital-hw {<br>&nbsp; type hw<br>&nbsp; card 0<br>&nbsp; device 1<br>#&nbsp; - Comment out &quot;device 1&quot; above and uncomment one of the below or create a
<br>#&nbsp;&nbsp;&nbsp; new &quot;device N&quot; line as appropriate for your sound card or<br>#&nbsp; device 2<br>#&nbsp; device 4<br>}</p>
<p># Control device (mixer, etc.) for the card<br>ctl.digital-hw {<br>&nbsp; type hw<br>&nbsp; card 0<br>}</p>
<p># Direct software mixing plugin for analog output on the card<br># Do not use this directly--it requires specific rate, channels, and format<br>pcm.dmix-analog {<br>&nbsp; type dmix<br>&nbsp; ipc_key 1234<br>&nbsp; slave {<br>&nbsp;&nbsp;&nbsp; pcm &quot;analog-hw&quot;
<br>&nbsp;&nbsp;&nbsp; period_time 0<br>&nbsp;&nbsp;&nbsp; period_size 1024<br>&nbsp;&nbsp;&nbsp; buffer_size 4096<br>&nbsp;&nbsp;&nbsp; rate 48000<br>&nbsp; }<br>}<br># Control device (mixer, etc.) for the card<br>ctl.dmix-analog {<br>&nbsp; type hw<br>&nbsp; card 0<br>}</p>
<p># Direct software mixing plugin for digital (S/PDIF) output on the card<br># Do not use this directly--it requires specific rate, channels, and format<br>pcm.dmix-digital {<br>&nbsp; type dmix<br>&nbsp; ipc_key 1235<br>&nbsp; slave {
<br>&nbsp;&nbsp;&nbsp; pcm &quot;digital-hw&quot;<br>&nbsp;&nbsp;&nbsp; period_time 0<br>&nbsp;&nbsp;&nbsp; period_size 1024<br>&nbsp;&nbsp;&nbsp; buffer_size 4096<br>&nbsp;&nbsp;&nbsp; rate 48000<br>&nbsp; }<br>}</p>
<p># Control device (mixer, etc.) for the card<br>ctl.dmix-digital {<br>&nbsp; type hw<br>&nbsp; card 0<br>}</p>