Audio Jack Setup Working #51
unmanagedtn
started this conversation in
General
Replies: 1 comment 2 replies
-
Nice, thanks for sharing this! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The amixer Simple Control for the 3.5mm audio jack is called 'ACODEC'.
pcm.!default {
type plug
slave {
pcm "hw:0,1"
}
}
amixer sset 'FRDDR_A SINK 1 SEL' 'OUT 1' || true
amixer sset 'FRDDR_A SRC 1 EN' 'on' || true
amixer sset 'TDMOUT_B SRC SEL' 'IN 0' || true
amixer sset 'TOHDMITX I2S SRC' 'I2S B' || true
amixer sset 'TOHDMITX' 'on' || true
amixer sset 'FRDDR_B SINK 1 SEL' 'OUT 2' || true
amixer sset 'FRDDR_B SRC 1 EN' 'on' || true
amixer sset 'TDMOUT_C SRC SEL' 'IN 1' || true
amixer sset 'TOACODEC SRC' 'I2S C' || true
amixer sset 'TOACODEC OUT EN' 'on' || true
amixer sset 'TOACODEC Lane Select' '0' || true
amixer sset 'ACODEC' '255'
amixer sset 'FRDDR_C SINK 1 SEL' 'OUT 3' || true
amixer sset 'FRDDR_C SRC 1 EN' 'on' || true
amixer sset 'SPDIFOUT SRC SEL' 'IN 2' || true
alsactl store
Beta Was this translation helpful? Give feedback.
All reactions