(ALSA) How to output sound to Build-In Audio, HDMI and S/PDIF simultaneously?
#1
Hi

aplay -l output:
Code:
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC887 Analog [ALC887 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC887 Digital [ALC887 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

The folloing is short description of my devices:
plughw:0,0 -> Analog Audio
plughw:0,1 -> S/PDIF
plughw:1,7 -> HDMI output

So, my current configuration is to output sound only through HDMI and here is my .asoundrc:
Code:
pcm.!default {
  type plug
  slave {
    pcm "plughw:1,7"
  }
}


Audio Output in XBMC is to "default (ALSA)" and it works fine on my TV, but how to make sound goes to the Analog output and SPDIF, also?

My audio equipment is:
- TV speakers (HDMI)
- Hi-End stereo amplifier (Analog Audio)
- DAC (S/PDIF) - (still don't have this one, but soon I will)

I saw some examples (.asoundrc configurations) from internet about this problem, but they are too complicated.

Reply


Messages In This Thread
(ALSA) How to output sound to Build-In Audio, HDMI and S/PDIF simultaneously? - by selectany - 2012-07-17, 08:36
Logout Mark Read Team Forum Stats Members Help
(ALSA) How to output sound to Build-In Audio, HDMI and S/PDIF simultaneously?0