8 lines
290 B
Bash
Executable file
8 lines
290 B
Bash
Executable file
#!/bin/sh
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
|
|
|
. /storage/.config/profile.d/001-device_config
|
|
|
|
# RK3566 devices have a master volume attached to card 0 that needs to be set to 100% on startup.
|
|
amixer -c 1 set "Master" "100%"
|