2013-08-04, 23:35
I am having an issue with audio over hdmi in xbmcbuntu Frodo. Anything that plays on xbmc works fine, but everything else does not work. For example I use advanced launcher to launch netflix-desktop and that gets no sound.
aplay -l output:
I have edited ~/.asoundrc to this
I can get sound with but speakers-test -D default gets nothing.
If I change .asoundrc to have pcm.test and ctl.test instead of !default and get sound with -D test.
I would really like to be able to watch netflix and play games through advanced launcher and be able to hear sound. Anyone have any suggestions on how to get hdmi to be the default audio out?
aplay -l output:
Code:
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC892 Analog [ALC892 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 1: ALC892 Digital [ALC892 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
I have edited ~/.asoundrc to this
Code:
pcm.!default {
type plug
slave {
pcm "hw:0,7"
}
}
ctl.!default {
type plughw
card 0
}
I can get sound with
Code:
speakers-test -D plughw:0,7 -c 2
If I change .asoundrc to have pcm.test and ctl.test instead of !default and get sound with -D test.
I would really like to be able to watch netflix and play games through advanced launcher and be able to hear sound. Anyone have any suggestions on how to get hdmi to be the default audio out?