Kodi Community Forum

Full Version: Asrock ION330-HT Optical SPDIF stereo only, no surround
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am running an Asrock ION 330-HT with Ubuntu Lucid and the latest XBMC code compiled from git. I have an optical connection to my Pioneer reciever. I have XBMC set to do passthrough for AC3 and DTS. When i play a file with surround sound, I only get audio from the FL and FR speakers, everything is downmixed to those two.

I get menu sounds, i can play MP3s. I'm just not getting surround via passthrough. The reciever lights up as DTS or Dolby Digital as appropriate.

Any help would be appreciated.

My aplay -l
Code:
khaoohs@xbmc0:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 0: VT1708S Analog [VT1708S Analog]
  Subdevices: 2/2
  Subdevice #0: subdevice #0
  Subdevice #1: subdevice #1
card 0: NVidia [HDA NVidia], device 1: VT1708S Digital [VT1708S Digital]
  Subdevices: 0/1
  Subdevice #0: subdevice #0

My aplay -L
Code:
khaoohs@xbmc0:~$ aplay -L
null
    Discard all samples (playback) or generate zero samples (capture)
front:CARD=NVidia,DEV=0
    HDA NVidia, VT1708S Analog
    Front speakers
surround40:CARD=NVidia,DEV=0
    HDA NVidia, VT1708S Analog
    4.0 Surround output to Front and Rear speakers
surround41:CARD=NVidia,DEV=0
    HDA NVidia, VT1708S Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=NVidia,DEV=0
    HDA NVidia, VT1708S Analog
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=NVidia,DEV=0
    HDA NVidia, VT1708S Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=NVidia,DEV=0
    HDA NVidia, VT1708S Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=NVidia,DEV=0
    HDA NVidia, VT1708S Digital
    IEC958 (S/PDIF) Digital Audio Output

I have this issue with and without the follwing asound.conf

Code:
khaoohs@xbmc0:~$ cat /etc/asound.conf
pcm.!default {

   type plug
   slave {
       pcm "iec958"
   }

}

Here is my xbmc.log http://pastebin.com/XpwMrv5U