For some reason my .asoundrc was truncated.&nbsp; Here is the whole thing:<br>
<pre># Override the default output used by ALSA.<br># If you do not override the default, your default<br># device is identical to the (unmixed) analog device<br># shown below.  If you prefer mixed and/or digital<br># output, uncomment the appropriate four lines below
<br># (only one slave.pcm line).<br>#pcm.!default {<br>#  type plug<br>## Uncomment the following to use mixed analog by default<br>#  slave.pcm &quot;dmix-analog&quot;<br>## Uncomment the following to use unmixed digital by default
<br>#  slave.pcm &quot;digital-hw&quot;<br>## Uncomment the following to use mixed digital by default<br>  slave.pcm &quot;dmix-digital&quot;<br>#}<br><br># Alias for analog output on the nForce2/4 (hw:0,0)<br># - This is identical to the device named &quot;default&quot;--which
<br># always exists and refers to hw:0,0 (unless overridden)<br># - Therefore, we can specify &quot;hw:0,0&quot;, &quot;default&quot;, or &quot;analog&quot;<br># to access analog output on the nForce2/4<br>pcm.analog {<br>
 type plug<br> slave.pcm &quot;analog-hw&quot;<br>}<br><br># Control device (mixer, etc.) for the nForce2 card<br>ctl.analog {<br> type hw<br> card 0<br>}<br><br># Alias for (rate-converted) mixed analog output on the<br>
# nForce2 (hw:0,0)<br>#  - This will accept audio input--regardless of rate--and<br># convert to the rate required for the dmix plugin<br># (in this case 48000Hz)<br>pcm.mixed-analog {<br> type plug<br> slave.pcm &quot;dmix-analog&quot;
<br>}<br><br># Control device (mixer, etc.) for the nForce2 card<br>ctl.mixed-analog {<br> type hw<br> card 0<br>}<br><br># Alias for (rate-converted) digital (S/PDIF) output on the<br># nForce2 (hw:0,2)<br>#  - This will accept audio input--regardless of rate--and
<br># convert to the rate required for the S/PDIF hardware<br># (in this case 48000Hz)<br>pcm.digital {<br> type plug<br> slave.pcm &quot;digital-hw&quot;<br>}<br><br># Control device (mixer, etc.) for the nForce2 card<br>
ctl.digital {<br> type hw<br> card 0<br>}<br><br># Alias for mixed (rate-converted) digital (S/PDIF) output on the<br># nForce2/4 (hw:0,2)<br>#  - This will accept audio input--regardless of rate--and<br># convert to the rate required for the S/PDIF hardware
<br># (in this case 48000Hz)<br>pcm.mixed-digital {<br> type plug<br> slave.pcm &quot;dmix-digital&quot;<br>}<br><br># Control device (mixer, etc.) for the nForce2 card<br>ctl.mixed-digital {<br> type hw<br> card 0<br>}<br>
<br># The following devices are not useful by themselves.  They<br># require specific rates, channels, and formats.  Therefore,<br># you probably do not want to use them directly.  Instead use<br># of of the devices defined above.
<br><br># Alias for analog output on the nForce2 (hw:0,0)<br># Do not use this directly--it requires specific rate,<br># channels, and format<br>pcm.analog-hw {<br> type hw<br> card 0<br> # The default value for device is 0, so no need to specify
<br>}<br><br># Control device (mixer, etc.) for the nForce2/4 card<br>ctl.analog-hw {<br> type hw<br> card 0<br>}<br><br># Alias for digital (S/PDIF) output on the nForce2/4 (hw:0,2)<br># Do not use this directly--it requires specific rate,
<br># channels, and format<br>pcm.digital-hw {<br> type hw<br> card 0<br> device 4<br>}<br><br># Control device (mixer, etc.) for the nForce2/4 card<br>ctl.digital-hw {<br> type hw<br> card 0<br>}<br><br># Direct software mixing plugin for analog output on
<br># the nForce2/4 (hw:0,0)<br># Do not use this directly--it requires specific rate,<br># channels, and format<br>pcm.dmix-analog {<br> type dmix<br> ipc_key 1234<br> slave {<br>   pcm &quot;analog-hw&quot;<br>   period_time 0
<br>   period_size 1024<br>   buffer_size 4096<br>   rate 48000<br> }<br>}<br><br># Control device (mixer, etc.) for the nForce2/4 card<br>ctl.dmix-analog {<br> type hw<br> card 0<br>}<br><br># Direct software mixing plugin for digital (S/PDIF) output
<br># on the nForce2/4 (hw:0,2)<br># Do not use this directly--it requires specific rate,<br># channels, and format<br>pcm.dmix-digital {<br> type dmix<br> ipc_key 1235<br> slave {<br>   pcm &quot;digital-hw&quot;<br>   period_time 0
<br>   period_size 1024<br>   buffer_size 4096<br>   rate 48000<br> }<br>}<br><br># Control device (mixer, etc.) for the nForce2/4 card<br>ctl.dmix-digital {<br> type hw<br> card 0<br><br>Thanks again for everyone's time<br>
}</pre>