distribution/packages/hardware/quirks/devices/GPD G1618-04/001-audio
anthonycaccese 0238203a14 GPD Win 4 support
Adds audio device and sleep mode quirks for GPD Win 4
2023-07-16 14:03:04 -04:00

14 lines
301 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 "ALC269VB (1:0)"
set-audio esset "Master"
fi