ES8316 AUDIO问题

Hi,
关于audio codec配置问题,请教个问题
目前使用的是R36.4.4
auduo es8316,挂在i2c9和i2s1下
1,aplay -l 没找到codec
2,tegra_machine_driver.c中add_dai_links 加log,显示add_dai_links 返回错误:
[ 9.786739] tegra-asoc: sound: panghh tegra_machine_driver_probe and 363
[ 9.787430] tegra-asoc: sound: panghh add_dai_links fail ret=-517
[ 9.906520] tegra-asoc: sound: panghh tegra_machine_driver_probe and 363
[ 9.907145] tegra-asoc: sound: panghh add_dai_links fail ret=-517
[ 9.949844] tegra-asoc: sound: panghh tegra_machine_driver_probe and 363
[ 9.950539] tegra-asoc: sound: panghh add_dai_links fail ret=-517
[ 9.975895] tegra-asoc: sound: panghh tegra_machine_driver_probe and 363
[ 9.976511] tegra-asoc: sound: panghh add_dai_links fail ret=-517
[ 9.983607] tegra-asoc: sound: panghh tegra_machine_driver_probe and 363
[ 9.984247] tegra-asoc: sound: panghh add_dai_links fail ret=-517
[ 10.060565] tegra-asoc: sound: panghh tegra_machine_driver_probe and 363
[ 10.061233] tegra-asoc: sound: panghh add_dai_links fail ret=-517
[ 10.063928] tegra-asoc: sound: panghh tegra_machine_driver_probe and 363
[ 10.065481] tegra-asoc: sound: panghh add_dai_links fail ret=-517
[ 10.084961] tegra-asoc: sound: panghh tegra_machine_driver_probe and 363
[ 10.085520] tegra-asoc: sound: panghh add_dai_links fail ret=-517
[ 10.157727] tegra-asoc: sound: panghh tegra_machine_driver_probe and 363
[ 10.158345] tegra-asoc: sound: panghh add_dai_links fail ret=-22
extracted_proc5.dts.txt (359.0 KB)

3,附件是读出来的dts,帮忙check下dts是否正确,以及怎么排查问题

谢谢!

Hi,
Please try adding #sound-dai-cells = <1>; to your ES8316 codec node in the Device Tree, as this is often required for the machine driver to correctly parse the DAI link.