MLD-5.x > Development

Sound Setup

<< < (2/2)

mafe68:
Beim BPi bin ich jetzt nicht mehr sicher ob es schon gegangen ist. Habe schon eine Zeit keines mehr installiert.
Hier ist die Ausgabe von aplay -l


--- Code: ---MLD> aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: sunxicodec [sunxi-CODEC], device 0: M1 PCM [sunxi PCM]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: sunxisndhdmi [sunxi-sndhdmi], device 0: SUNXI-HDMIAUDIO sndhdmi-0 []
  Subdevices: 0/1
  Subdevice #0: subdevice #0
--- End code ---

skippy:

--- Quote from: clausmuus on December 07, 2015, 15:07:07 ---Funktioniert es bei Dir, wenn Du beide HDMI Ausgänge aktivierst?

--- End quote ---

Ja, das klappt nach einem Restart des VDR prima. Die /etc/asound.conf sieht dann so aus:


--- Code: ---pcm.!default {
  type plug
  slave {
    pcm "all"
  }
}
pcm.all {
  type route
  slave {
    pcm multi
    channels 4
  }
  ttable.0.0 1.0
  ttable.1.1 1.0
  ttable.0.2 1.0
  ttable.1.3 1.0
}
pcm.multi {
  type multi
  slaves.a {
    pcm "a"
    channels 2
  }
  slaves.b {
    pcm "b"
    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
}
pcm.a {
  type hw
  card 1
  device 3
  channels 2
}
pcm.b {
  type hw
  card 1
  device 7
  channels 2
}

--- End code ---

Viele Grüße skippy

clausmuus:
Ich lasse jetzt per Voreinstellung alle HDMI Ausgänge aktivieren und habe die bpi Sonderregel enfernt. Bitte teste das jetzt noch mal (bei ner frischen Installation oder im Live Modus).

Claus

skippy:
getestet im Live-Modus auf meinem MLD-WoZi => es war sofort Ton da   :) :) :)

Viele Grüße skippy

Navigation

[0] Message Index

[*] Previous page

Go to full version