Skip to content

Commit

Permalink
Onboard audio > HDMI audio
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens authored Mar 19, 2024
1 parent dba2c9a commit 13e95c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ if [ "$ENABLE_HEARTBEAT" == "y" ]; then
fi

# Disable HDMI audio to use the mini-jack for monitoring
echo -e "${BLUE}►► Disabling onboard audio...${NC}"
echo -e "${BLUE}►► Disabling HDMI audio...${NC}"
sed -i '/dtoverlay=vc4-fkms-v3d/ { /audio=off/! s/$/,audio=off/ }' "$CONFIG_FILE" > /dev/null
sed -i '/dtoverlay=vc4-kms-v3d/ { /noaudio/! s/$/,noaudio/ }' "$CONFIG_FILE" > /dev/null

Expand Down

0 comments on commit 13e95c2

Please sign in to comment.