distribution/packages/hardware/quirks/devices/ayn Loki Max/020-audio_latency
2024-03-09 12:47:03 +00:00

11 lines
260 B
Bash
Executable file

#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
. /etc/profile.d/001-functions
AUDIO_LATENCY=$(get_setting audiolatency)
if [ -z "${AUDIO_LATENCY}" ]
then
set_setting global.audiolatency 64
fi