Move audio quirks out of platform to support additional devices.

This commit is contained in:
fewtarius 2023-10-19 13:30:30 +00:00 committed by xerootg
parent 39db93cd8f
commit e0f05ad1f2
2 changed files with 4 additions and 0 deletions

View file

@ -8,3 +8,7 @@ DEVICE_PLAYBACK_PATH_HP="SPK"
DEVICE_PLAYBACK_PATH="Playback Path"
DEVICE_PIPEWIRE_PROFILE="pro-audio"
EOF
### Set sound properties
amixer -c 0 -q sset 'FRDDR_A SINK 1 SEL' 'OUT 1'
amixer -c 0 -q sset 'FRDDR_A SRC 1 EN' 'on'