Solved Thinkpad x1c gen 9 audio issues

Hi guys,
I got a thinkpad x1c gen 9 running 13.2 release, and having same issue, the sound is small and with mpv I can get it bigger like set to 200%, but the quality of that audio sucks.
Did any one of you managed to get your speaker work normally?
 
I solved it, this is the config I changed. And with this I got the headphone jack to work too(but only output), and it will automatically switch to headphone when pluged in.

sysctl -a | grep original |sort| rg Speaker

BSD-Winson|~❱ sysctl -a | grep original |sort| rg Speaker
dev.hdaa.0.nid19_original: 0x411111f0 as=15 seq=0 device=Speaker conn=None ctype=1/8 loc=Rear color=Black misc=1
dev.hdaa.0.nid20_original: 0x90170110 as=1 seq=0 device=Speaker conn=Fixed ctype=Analog loc=Internal color=Unknown misc=1
dev.hdaa.0.nid23_original: 0x90170111 as=1 seq=1 device=Speaker conn=Fixed ctype=Analog loc=Internal color=Unknown misc=1
dev.hdaa.0.nid24_original: 0x411111f0 as=15 seq=0 device=Speaker conn=None ctype=1/8 loc=Rear color=Black misc=1
dev.hdaa.0.nid26_original: 0x411111f0 as=15 seq=0 device=Speaker conn=None ctype=1/8 loc=Rear color=Black misc=1
dev.hdaa.0.nid27_original: 0x411111f0 as=15 seq=0 device=Speaker conn=None ctype=1/8 loc=Rear color=Black misc=1
dev.hdaa.0.nid30_original: 0x411111f0 as=15 seq=0 device=Speaker conn=None ctype=1/8 loc=Rear color=Black misc=1

/boot/device.hints
hint.hdaa.0.nid19.config="as=1 seq=0"
hint.hdaa.0.nid20.config="as=1 seq=2"
hint.hdaa.0.nid23.config="as=1 seq=1"
hint.hdaa.0.nid24.config="as=1 seq=2"
hint.hdaa.0.nid26.config="as=1 seq=1"
hint.hdaa.0.nid27.config="as=1 seq=2"
hint.hdaa.0.nid30.config="as=1 seq=1"
hint.hdaa.0.nid33.config="as=1 seq=15 device=Headphones"
 
Back
Top