Move audio quirks out of platform to support additional devices.

This commit is contained in:
fewtarius 2023-10-19 13:30:30 +00:00
parent 04075a8a23
commit b779816292
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
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'