mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-03-26 02:26:42 +07:00
Update for jammy and focal
This commit is contained in:
BIN
external/packages/blobs/audio_wav/mute.wav
vendored
Normal file
BIN
external/packages/blobs/audio_wav/mute.wav
vendored
Normal file
Binary file not shown.
@@ -129,8 +129,9 @@ prepare_board() {
|
||||
orangepizero2|orangepizero2-lts|orangepizero2-b|orangepi400)
|
||||
if [[ $BRANCH == current ]]; then
|
||||
# Initial hdmi audio
|
||||
#aplay /usr/share/sounds/alsa/audio.wav -D hw:0,0 > /dev/null 2>&1
|
||||
aplay /usr/share/sounds/alsa/audio.wav -D hw:1,0 > /dev/null 2>&1
|
||||
aplay /usr/share/sounds/alsa/mute.wav -D hw:0,0 > /dev/null 2>&1
|
||||
aplay /usr/share/sounds/alsa/mute.wav -D hw:1,0 > /dev/null 2>&1
|
||||
aplay /usr/share/sounds/alsa/mute.wav -D hw:0,0 > /dev/null 2>&1
|
||||
fi
|
||||
|
||||
if [[ $BRANCH == legacy ]]; then
|
||||
|
||||
Reference in New Issue
Block a user