Hello,
I am working with this kernel on esp32s3. And I am trying to make it work with codec chip es8311. The I2C bus of this kernel works fine the my codec chip.
Here is the i2cdetect output of I2C bus:
~ # i2cdetect -y -r 0
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- 18 -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
But when I tried to make the I2S bus work. I found that there is no relative code in both device tree and I2S bus drvier.
So I want to know if there is any support for I2S bus? If not, do you have any plan to support it?
Looking forward to your reply~
Hello,
I am working with this kernel on esp32s3. And I am trying to make it work with codec chip es8311. The I2C bus of this kernel works fine the my codec chip.
Here is the i2cdetect output of I2C bus:
But when I tried to make the I2S bus work. I found that there is no relative code in both device tree and I2S bus drvier.
So I want to know if there is any support for I2S bus? If not, do you have any plan to support it?
Looking forward to your reply~