distribution/packages/hardware/quirks/devices/ATARI VCS 800 Onyx/001-audio
2023-04-01 23:01:06 +00:00

12 lines
268 B
Bash

#!/bin/bash
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
. /etc/profile
MYDEVICE=$(get_setting system.audiodevice)
if [ -z "${MYDEVICE}" ]
then
### Set the audio device
set-audio set "HDMI (0:3)"
fi