Hallo zusammen,
Ich hoffe sehr, ihr könnt mir mit folgendem Problem helfen:
Ich versuche, den Sound über HDMI und Klinke gleichzeitig auszugeben, aber es will nicht funktionieren ☹
Wäre toll, wenn mir jemand helfen könnte, da ich den Fehler einfach nicht finden kann.
Viele Grüße MrM2
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
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 [...]