Merge branch 'v5.7' into v5.8
This commit is contained in:
commit
d5b71a009d
1 changed files with 6 additions and 0 deletions
|
@ -150,6 +150,12 @@ fi
|
||||||
alsactl restore
|
alsactl restore
|
||||||
|
|
||||||
#Force 3.5mm ('headphone') jack
|
#Force 3.5mm ('headphone') jack
|
||||||
|
# The Raspberry Pi 4, released on 24th Jun 2019, has two HDMI ports,
|
||||||
|
# and can drive two displays with audios for two users simultaneously,
|
||||||
|
# in a "multiseat" configuration. The earlier single virtual ALSA
|
||||||
|
# option for re-directing audio playback between headphone jack and HDMI
|
||||||
|
# via a 'Routing' mixer setting was turned off eventually to allow
|
||||||
|
# simultaneous usage of all 3 playback devices.
|
||||||
if aplay -l | grep -q "bcm2835 ALSA"; then
|
if aplay -l | grep -q "bcm2835 ALSA"; then
|
||||||
amixer cset numid=3 1 || true
|
amixer cset numid=3 1 || true
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue