Hi
I’m using TX2 on our custom carrier board with L4T R28.1.
And we use I2S3 to connect the external codec chip.
We keep the original dts file, and try to use dynamic audio route to playback the sound.
Followings are our commands :
amixer cset -c tegrasndt186ref name=“ADMAIF1 Mux” ‘I2S3’
amixer cset -c tegrasndt186ref name=“I2S3 Mux” ‘MVC1’
aplay -D hw:1,0 /usr/lib/libreoffice/share/gallery/sounds/space.wav
We that expect there are output signal on I2S3, but there are not.
I also check “/sys/kernel/debug/clk/clk_summary”, and the "enable cnt"for i2s3 is always 0.
How can I use dynamic audio routing for I2S3 ?
Thanks
Joe