Merge pull request #2229 from adamg88/n2-headphone-fix

quirks: fix headphone output for Hardkernel ODROID-N2
This commit is contained in:
fewtarius 2023-10-21 08:19:21 -04:00 committed by GitHub
commit c339cee597
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ amixer -c 0 -q sset 'TOHDMITX' 'on'
amixer -c 0 -q sset 'FRDDR_B SINK 1 SEL' 'OUT 2'
amixer -c 0 -q sset 'FRDDR_B SRC 1 EN' 'on'
amixer -c 0 -q sset 'TDMOUT_C SRC SEL' 'IN 1'
amixer -c 0 -q sset 'TOACODEC SRC' 'I2S C'
amixer -c 0 -q sset 'TOACODEC SRC' 'I2S B'
amixer -c 0 -q sset 'TOACODEC OUT EN' 'on'
amixer -c 0 -q sset 'TOACODEC Lane Select' '0'
amixer -c 0 -q sset 'ACODEC' '255'