distribution/packages/hardware/quirks/devices/Hardkernel ODROID-N2/050-audio_path

16 lines
549 B
Bash
Executable file

#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
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'
amixer -c 0 -q sset 'TOACODEC SRC' 'I2S B'
amixer -c 0 -q sset 'TOACODEC OUT EN' 'on'
amixer -c 0 -q sset 'ACODEC' '255'