2023-10-15 19:33:21 +00:00
|
|
|
#!/bin/sh
|
2023-10-23 22:44:47 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2023-10-23 22:46:49 +00:00
|
|
|
# Copyright (C) 2023-present - The JELOS Project (https://github.com/JustEnoughLinuxOS) (https://github.com/fewtarius)
|
2023-10-15 19:33:21 +00:00
|
|
|
|
|
|
|
cat <<EOF >/storage/.config/profile.d/002-audio_path
|
|
|
|
DEVICE_PIPEWIRE_PROFILE="pro-audio"
|
|
|
|
EOF
|
|
|
|
|
|
|
|
amixer -c 0 -q sset 'FRDDR_A SINK 1 SEL' 'OUT 1'
|
|
|
|
amixer -c 0 -q sset 'FRDDR_A SRC 1 EN' 'on'
|
|
|
|
amixer -c 0 -q sset 'TDMOUT_B SRC SEL' 'IN 0'
|
|
|
|
amixer -c 0 -q sset 'TOHDMITX I2S SRC' 'I2S B'
|
|
|
|
amixer -c 0 -q sset 'TOHDMITX' 'on'
|
2023-10-21 11:44:46 +00:00
|
|
|
amixer -c 0 -q sset 'TOACODEC SRC' 'I2S B'
|
2023-10-15 19:33:21 +00:00
|
|
|
amixer -c 0 -q sset 'TOACODEC OUT EN' 'on'
|
|
|
|
amixer -c 0 -q sset 'ACODEC' '255'
|