Hi,
The post https://forums.developer.nvidia.com/t/audio-codec-rt5631-on-tx2/59379 is very old.
Kindly refer to the codec porting guide here and ensure below :
- Check if codec is registered (cmd: sudo cat /sys/kernel/debug/asoc/codecs | grep 5631 )
- Ensure pinmux settings are done correctly (cmd: sudo /opt/nvidia/jetson-io/config-by-function.py -o dtb i2s1 aud_mclk; sudo reboot)
- Check if sound card registration is successful (cmd: cat /proc/asound/cards)
- Check if DAPM path is setup fine during the usecase
- If playback is still not working, kindly provide mixer control settings and register dumps as per the information in troubleshooting guide available at here
Thanks,
Sharad