XBMC 9.11 (alpha2) + Firefox Flash (via Launcher) HDMI Sound
#3
My setup is also a Acer Revo 3610 and I am outputing to my Sony TV via my Sony Reciever. I was having the same issue and found this solution here and here.

I changed my .asoundrc file to:
Code:
pcm.dmixer {
type dmix
ipc_key 1024
ipc_key_add_uid false
ipc_perm 0660
slave {
pcm "hw:0,3"
rate 48000
channels 2
period_time 0
period_size 1024
buffer_time 0
buffer_size 4096
}
}

pcm.!default {
type plug
slave.pcm "dmixer"
}

Now sound works over HDMI in both XBMC and in Firefox/Flash as well as xmame.

Additional info to help others here:
Code:
xbmc@xbmc:~$ cat /proc/asound/version

Advanced Linux Sound Architecture Driver Version 1.0.21.
Compiled on Nov 29 2009 for kernel 2.6.31-15-generic (SMP).

xbmc@xbmc:~$ aplay -l

**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 1: ALC662 rev1 Digital [ALC662 rev1 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
Reply


Messages In This Thread
[No subject] - by musti - 2009-11-24, 22:21
[No subject] - by Zarquon - 2009-12-08, 08:15
[No subject] - by musti - 2009-12-16, 22:41
[No subject] - by musti - 2009-12-18, 01:06
[No subject] - by agroman - 2009-12-24, 00:45
[No subject] - by linkin - 2010-01-12, 23:55
[No subject] - by tahvaja - 2010-01-13, 16:22
Logout Mark Read Team Forum Stats Members Help
XBMC 9.11 (alpha2) + Firefox Flash (via Launcher) HDMI Sound0