Hey all, here's my setup:<br><br>ASUS A7N8X-deluxe with soundstorm, using intel8x0 driver from kernel <a href="http://2.6.15.1/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">2.6.15.1</a>.<br>Mythtv 
0.18.1 compiled myself, yes it has ALSA.<br>PCHDTV-2000 tuner, ATSC connected and working just fine
<br>asound.conf stolen from the digital sound howto, see below<br>Logitech
Z680 speakers (can decode Dolby digital/ac3, DTS, PCM) connected using
coaxial spdif connector on back of motherboard (is an RCA connector)<br><br>
The problem: <br>With
ALSA:digital and &quot;enable ac3 passthru to SPDIF&quot; and my asound.conf, I
can get sound working out the SPDIF port, but it only outputs stereo!
This works fine if i'm recording something that doesn't have ac3 sound,
but when I recorded tonight's premiere of 24 (has ac3 I believe) it has
no sound upon playback. I get sound when I use watch live tv (is stereo
though, not dolby digital)
<br><br>I've tried the following and ALL POSSIBLE VARIATIONS/PERMUTATIONS thereof:<br>- setting myth's sound device to ALSA:digital, and ALSA:<font color="black" face="Verdana,Arial,Helvetica" size="2"><font color="black" face="Verdana,Arial,Helvetica" size="2">

iec958:AES0=0x6,AES1=0x82,AES2=0x0,AES3=0x2, and ALSA:digital</font></font><font color="black" face="Verdana,Arial,Helvetica" size="2"><font color="black" face="Verdana,Arial,Helvetica" size="2">:AES0=0x6,AES1=0x82,AES2=0x0,AES3=0x2. No luck
<br>- turning the &quot;enable ac3 passthru to spdif&quot; option on and off<br>- turning the &quot;use internal volume controls&quot; option on and off, setting the mixer to ctl.digital as directed<br>- dinking around with amixer
<br>- everything! EVERYtHING!<br><br>gah! Help me make this stupid
thing output real dolby digital in raw mode, not pcm/stereo. Remember,
it works for everything that isn't ac3 ... and it outputs properly over
spdif...<br>
<br><br><br>Xaphod<br><br><br><br></font></font><br><br>My asound.conf:<br><br># 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.&nbsp; 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>#&nbsp; 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 (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<br>pcm.analog {<br>&nbsp; type plug<br>&nbsp; slave.pcm &quot;analog-hw&quot;<br>}<br><br># Control device (mixer, etc.) for the nForce2 card<br>ctl.analog {<br>&nbsp; type hw<br>&nbsp; card 0<br>

}<br><br># Alias for (rate-converted) mixed analog output on the<br># nForce2 (hw:0,0)<br>#&nbsp; - 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>&nbsp; type plug<br>&nbsp; slave.pcm &quot;dmix-analog&quot;<br>}<br><br># Control device (mixer, etc.) for the nForce2 card<br>ctl.mixed-analog {<br>&nbsp; type hw<br>&nbsp; card 0<br>}<br><br># Alias for (rate-converted) digital (S/PDIF) output on the
<br># nForce2 (hw:0,2)<br>#&nbsp; - 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>&nbsp; type plug<br>&nbsp; slave.pcm &quot;digital-hw&quot;
<br>}<br><br># Control device (mixer, etc.) for the nForce2 card<br>ctl.digital {<br>&nbsp; type hw<br>&nbsp; card 0<br>}<br><br># Alias for mixed (rate-converted) digital (S/PDIF) output on the<br># nForce2 (hw:0,2)<br>#&nbsp; - 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>&nbsp; type plug<br>&nbsp; slave.pcm &quot;dmix-digital&quot;<br>}<br><br># Control device (mixer, etc.) for the nForce2 card
<br>ctl.mixed-digital {<br>&nbsp; type hw<br>&nbsp; card 0<br>}<br><br># The following devices are not useful by themselves.&nbsp; They<br># require specific rates, channels, and formats.&nbsp; Therefore,<br># you probably do not want to use them directly.&nbsp; 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>&nbsp; type hw<br>&nbsp; card 0
<br>&nbsp; # The default value for device is 0, so no need to specify<br>}<br><br># Control device (mixer, etc.) for the nForce2 card<br>ctl.analog-hw {<br>&nbsp; type hw<br>&nbsp; card 0<br>}<br><br># Alias for digital (S/PDIF) output on the nForce2 (hw:0,2)
<br># Do not use this directly--it requires specific rate,<br># channels, and format<br>pcm.digital-hw {<br>&nbsp; type hw<br>&nbsp; card 0<br>&nbsp; device 2<br>}<br><br># Control device (mixer, etc.) for the nForce2 card<br>ctl.digital-hw

 {<br>&nbsp; type hw<br>&nbsp; card 0<br>}<br><br># Direct software mixing plugin for analog output on<br># the nForce2 (hw:0,0)<br># Do not use this directly--it requires specific rate,<br># 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><br># Control device (mixer, etc.) for the nForce2 card
<br>ctl.dmix-analog {<br>&nbsp; type hw<br>&nbsp; card 0<br>}<br><br># Direct software mixing plugin for digital (S/PDIF) output<br># on the nForce2 (hw:0,2)<br># Do not use this directly--it requires specific rate,<br># 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>}<br><br># Control device (mixer, etc.) for the nForce2 card
<br>ctl.dmix-digital {<br>&nbsp; type hw<br>&nbsp; card 0<br>}<br><br><br><br><br><br><br>My amixer output:<br><br>Simple mixer control 'Master',0<br>&nbsp; Capabilities: pvolume pswitch pswitch-joined<br>&nbsp; Playback channels: Front Left - Front Right
<br>&nbsp; Limits: Playback 0 - 31<br>&nbsp; Mono:<br>&nbsp; Front Left: Playback 23 [74%] [on]<br>&nbsp; Front Right: Playback 23 [74%] [on]<br>Simple mixer control 'Master Mono',0<br>&nbsp; Capabilities: pvolume pvolume-joined pswitch pswitch-joined
<br>&nbsp; Playback channels: Mono<br>&nbsp; Limits: Playback 0 - 31<br>&nbsp; Mono: Playback 0 [0%] [off]<br>Simple mixer control '3D Control - Center',0<br>&nbsp; Capabilities: volume volume-joined<br>&nbsp; Playback channels: Mono<br>&nbsp; Capture channels: Mono
<br>&nbsp; Limits: 0 - 15<br>&nbsp; Mono: 0 [0%]<br>Simple mixer control '3D Control - Depth',0<br>&nbsp; Capabilities: volume volume-joined<br>&nbsp; Playback channels: Mono<br>&nbsp; Capture channels: Mono<br>&nbsp; Limits: 0 - 15<br>&nbsp; Mono: 0 [0%]
<br>
Simple mixer control '3D Control - Switch',0<br>&nbsp; Capabilities: pswitch pswitch-joined<br>&nbsp; Playback channels: Mono<br>&nbsp; Mono: Playback [off]<br>Simple mixer control 'PCM',0<br>&nbsp; Capabilities: pvolume pswitch pswitch-joined
<br>&nbsp; Playback channels: Front Left - Front Right<br>&nbsp; Limits: Playback 0 - 31<br>&nbsp; Mono:<br>&nbsp; Front Left: Playback 28 [90%] [on]<br>&nbsp; Front Right: Playback 28 [90%] [on]<br>Simple mixer control 'Surround',0<br>&nbsp; Capabilities: pvolume pswitch
<br>&nbsp; Playback channels: Front Left - Front Right<br>&nbsp; Limits: Playback 0 - 31<br>&nbsp; Mono:<br>&nbsp; Front Left: Playback 0 [0%] [off]<br>&nbsp; Front Right: Playback 0 [0%] [off]<br>Simple mixer control 'Surround Down Mix',0<br>&nbsp; Capabilities: pswitch pswitch-joined
<br>&nbsp; Playback channels: Mono<br>&nbsp; Mono: Playback [off]<br>Simple mixer control 'Surround Jack Mode',0<br>&nbsp; Capabilities: enum<br>&nbsp; Items: 'Shared' 'Independent'<br>&nbsp; Item0: 'Shared'<br>Simple mixer control 'Center',0<br>

&nbsp; Capabilities: pvolume pvolume-joined pswitch pswitch-joined<br>&nbsp; Playback channels: Mono<br>&nbsp; Limits: Playback 0 - 31<br>&nbsp; Mono: Playback 31 [100%] [off]<br>Simple mixer control 'Center/LFE Down Mix',0<br>&nbsp; Capabilities: pswitch pswitch-joined
<br>&nbsp; Playback channels: Mono<br>&nbsp; Mono: Playback [off]<br>Simple mixer control 'LFE',0<br>&nbsp; Capabilities: pvolume pvolume-joined pswitch pswitch-joined<br>&nbsp; Playback channels: Mono<br>&nbsp; Limits: Playback 0 - 31<br>&nbsp; Mono: Playback 0 [0%] [off]
<br>Simple mixer control 'Line',0<br>&nbsp; Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive<br>&nbsp; Capture exclusive group: 0<br>&nbsp; Playback channels: Front Left - Front Right<br>&nbsp; Capture channels: Front Left - Front Right
<br>&nbsp; Limits: Playback 0 - 31<br>&nbsp; Front Left: Playback 0 [0%] [off] Capture [off]<br>&nbsp; Front Right: Playback 0 [0%] [off] Capture [off]<br>Simple mixer control 'CD',0<br>&nbsp; Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
<br>&nbsp; Capture exclusive group: 0<br>&nbsp; Playback channels: Front Left - Front Right<br>&nbsp; Capture channels: Front Left - Front Right<br>&nbsp; Limits: Playback 0 - 31<br>&nbsp; Front Left: Playback 28 [90%] [on] Capture [off]<br>&nbsp; Front Right: Playback 28 [90%] [on] Capture [off]
<br>Simple mixer control 'Mic',0<br>&nbsp; Capabilities: pvolume pvolume-joined pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive<br>&nbsp; Capture exclusive group: 0<br>&nbsp; Playback channels: Mono<br>&nbsp; Capture channels: Front Left - Front Right
<br>&nbsp; Limits: Playback 0 - 31<br>&nbsp; Mono: Playback 0 [0%] [off]<br>&nbsp; Front Left: Capture [on]<br>&nbsp; Front Right: Capture [on]<br>Simple mixer control 'Mic Boost (+20dB)',0<br>&nbsp; Capabilities: pswitch pswitch-joined<br>&nbsp; Playback channels: Mono
<br>&nbsp; Mono: Playback [off]<br>Simple mixer control 'Mic Select',0<br>&nbsp; Capabilities: enum<br>&nbsp; Items: 'Mic1' 'Mic2'<br>&nbsp; Item0: 'Mic1'<br>Simple mixer control 'Video',0<br>&nbsp; Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
<br>&nbsp; Capture exclusive group: 0<br>&nbsp; Playback channels: Front Left - Front Right<br>&nbsp; Capture channels: Front Left - Front Right<br>&nbsp; Limits: Playback 0 - 31<br>&nbsp; Front Left: Playback 0 [0%] [off] Capture [off]<br>&nbsp; Front Right: Playback 0 [0%] [off] Capture [off]
<br>Simple mixer control 'Phone',0<br>&nbsp; Capabilities: pvolume pvolume-joined pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive<br>&nbsp; Capture exclusive group: 0<br>&nbsp; Playback channels: Mono<br>&nbsp; Capture channels: Front Left - Front Right
<br>&nbsp; Limits: Playback 0 - 31<br>&nbsp; Mono: Playback 0 [0%] [off]<br>&nbsp; Front Left: Capture [off]<br>&nbsp; Front Right: Capture [off]<br>Simple mixer control 'IEC958',0<br>&nbsp; Capabilities: pswitch pswitch-joined cswitch cswitch-joined
<br>&nbsp; Playback channels: Mono<br>&nbsp; Capture channels: Mono<br>&nbsp; Mono: Playback [on] Capture [off]<br>Simple mixer control 'IEC958 Playback AC97-SPSA',0<br>&nbsp; Capabilities: volume volume-joined<br>&nbsp; Playback channels: Mono<br>

&nbsp; Capture channels: Mono<br>&nbsp; Limits: 0 - 3<br>&nbsp; Mono: 3 [100%]<br>Simple mixer control 'PC Speaker',0<br>&nbsp; Capabilities: pvolume pvolume-joined pswitch pswitch-joined<br>&nbsp; Playback channels: Mono<br>&nbsp; Limits: Playback 0 - 15
<br>&nbsp; Mono: Playback 0 [0%] [off]<br>Simple mixer control 'Aux',0<br>&nbsp; Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive<br>&nbsp; Capture exclusive group: 0<br>&nbsp; Playback channels: Front Left - Front Right
<br>&nbsp; Capture channels: Front Left - Front Right<br>&nbsp; Limits: Playback 0 - 31<br>&nbsp; Front Left: Playback 0 [0%] [off] Capture [off]<br>&nbsp; Front Right: Playback 0 [0%] [off] Capture [off]<br>Simple mixer control 'Mono Output Select',0
<br>&nbsp; Capabilities: enum<br>&nbsp; Items: 'Mix' 'Mic'<br>&nbsp; Item0: 'Mix'<br>Simple mixer control 'Capture',0<br>&nbsp; Capabilities: cvolume cswitch cswitch-joined<br>&nbsp; Capture channels: Front Left - Front Right<br>&nbsp; Limits: Capture 0 - 15
<br>&nbsp; Front Left: Capture 0 [0%] [on]<br>&nbsp; Front Right: Capture 0 [0%] [on]<br>Simple mixer control 'Mix',0<br>&nbsp; Capabilities: cswitch cswitch-joined cswitch-exclusive<br>&nbsp; Capture exclusive group: 0<br>&nbsp; Capture channels: Front Left - Front Right
<br>&nbsp; Front Left: Capture [off]<br>&nbsp; Front Right: Capture [off]<br>Simple mixer control 'Mix Mono',0<br>&nbsp; Capabilities: cswitch cswitch-joined cswitch-exclusive<br>&nbsp; Capture exclusive group: 0<br>&nbsp; Capture channels: Front Left - Front Right
<br>&nbsp; Front Left: Capture [off]<br>&nbsp; Front Right: Capture [off]<br>Simple mixer control 'Analog to IEC958 Output',0<br>&nbsp; Capabilities: pswitch pswitch-joined<br>&nbsp; Playback channels: Mono<br>&nbsp; Mono: Playback [off]<br>Simple mixer control 'Channel Mode',0
<br>&nbsp; Capabilities: enum<br>&nbsp; Items: '2ch' '4ch' '6ch'<br>&nbsp; Item0: '2ch'<br>Simple mixer control 'Duplicate Front',0<br>&nbsp; Capabilities: pswitch pswitch-joined<br>&nbsp; Playback channels: Mono<br>&nbsp; Mono: Playback [off]<br>Simple mixer control 'Exchange Center/LFE',0
<br>&nbsp; Capabilities: pswitch pswitch-joined<br>&nbsp; Playback channels: Mono<br>&nbsp; Mono: Playback [off]<br>Simple mixer control 'External Amplifier',0<br>&nbsp; Capabilities: pswitch pswitch-joined<br>&nbsp; Playback channels: Mono<br>&nbsp; Mono: Playback [on]
<br>Simple mixer control 'Swap Surround Slot',0<br>&nbsp; Capabilities: pswitch pswitch-joined<br>&nbsp; Playback channels: Mono<br>&nbsp; Mono: Playback [off]<br>