Ati sound on hdmi and audio jack - both the same time
#1
Hello everyone,

I hope very much, you could help me with the following problem:

I'm trying to set the sound-output to hdmi and audio jack both the same time, but it wont work Sad

Would be great, if someone could help me.

Greetings
Limx


aplay -l

**** List of PLAYBACK Hardware Devices ****
card 0: Generic [HD-Audio Generic], device 3: ATI HDMI [ATI HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: SB [HDA ATI SB], device 1: ALC892 Digital [ALC892 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0


.asoundrc

Code:
pcm.!default {
  type plug
  slave {
    pcm "both"
  }
}

pcm.both {
  type route
  slave {
    pcm multi
    channels 6
  }
  ttable.0.0 1.0
  ttable.1.1 1.0
  ttable.0.2 1.0
  ttable.1.3 1.0
  ttable.0.4 1.0
  ttable.1.5 1.0
}

pcm.multi {
  type multi
  slaves.a {
    pcm "tv"
    channels 2
  }
  slaves.b {
    pcm "receiver"
    channels 2
  }
  slaves.c {
    pcm "analog"
    channels 2
  }
  bindings.0.slave a
  bindings.0.channel 0
  bindings.1.slave a
  bindings.1.channel 1
  bindings.2.slave b
  bindings.2.channel 0
  bindings.3.slave b
  bindings.3.channel 1
  bindings.4.slave c
  bindings.4.channel 0
  bindings.5.slave c
  bindings.5.channel 1
}

pcm.tv {
  type hw
  card 0
  device 3
  channels 2
}

pcm.receiver {
  type hw
  card 0
  device 3
  channels 2
}

pcm.analog {
  type hw
  card 1
  device 0
  channels 2
}



speaker-test

speaker-test 1.0.23

Playback device is default
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
Playback open error: -16,Device or resource busy
Playback open error: -16,Device or resource busy
Playback open error: -16,Device or resource busy
[...]
Reply

Logout Mark Read Team Forum Stats Members Help
Ati sound on hdmi and audio jack - both the same time0