Internal DMIC and DSPK interface enable on TX2

Hi,
I want to use internal DMIC and DSPK interface of TX2,i will connect Mic and digital speaker(PDM based) to see the MIC and speaker sound.

how i can enable these internal DMIC i and DSPK interface in TX2,only device tree changes will be required or i need to write some driver also.

Hi anuoam.kumar,

Please refer to Welcome — Jetson Linux<br/>Developer Guide 34.1 documentation

If i have to check dmic and dspk on Tx2 4GB EVK,how we can enable and test it.

Hello!

The support interfaces for each board are listed here …

https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%2520Linux%2520Driver%2520Package%2520Development%2520Guide%2Fasoc_driver.18.2.html%23wwpID0E0PU0HA

The necessary drivers are all included and instructions for testing are listed here …

https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%2520Linux%2520Driver%2520Package%2520Development%2520Guide%2Fasoc_driver.18.2.html%23wwpID0E0MK0HA

I believe that there is an error in the above table, because it shows that I2S2, I2S5 and DSPK2 are all available on the 40-pin header. However, this should be 30-pin header (J26).

The only item that may need to be configured is the pinmux to enable the pins. For example, to configure the pinmux for dmic3 on the 40-pin header you can …

$ sudo /opt/nvidia/jetson-io/config-by-function.py -o dtb dmic3
$ sudo reboot

Regards,
Jon