TechNexion / tn-imx-yocto-manifest

TechNexion i.MX Yocto manifests
25 stars 11 forks source link

Help for generic I2S driver #15

Closed Livius90 closed 2 years ago

Livius90 commented 3 years ago

Sorry to ask it here, but can somebody suggest me a generic I2S driver in Linux which able to send RAW data in I2S? I am looking for a driver which is similar like spidev "/dev/spidevX.Y" or i2c "/dev/i2c-X" so a simple character device driver for I2S.

My goal is to sending datas from i.MX7D to a DSP processor in I2S communication.