I am building latest standard kernel (3f53e7886737a975e3fe76bc8ae6cc78f33c8cf8) with yocto and cannot get AudioInjector to work:
During boot dmesg says:
[ 5.187527] audioinjector-stereo soc
[ 5.196893] audioinjector-stereo soc
[ 5.226469] wm8731 1-001a: Assuming static MCLK
[ 5.231157] 1-001a supply AVDD not found, using dummy regulator
[ 5.237299] 1-001a supply HPVDD not found, using dummy regulator
[ 5.243536] 1-001a supply DCVDD not found, using dummy regulator
[ 5.249797] 1-001a supply DBVDD not found, using dummy regulator
[ 5.260651] audioinjector-stereo soc
As soon as I try playback (in this case qmmp) dmesg says:
[22728.389250] bcm2835-i2s 3f203000.i2s: I2S SYNC error!
[22728.530837] bcm2835-i2s 3f203000.i2s: I2S SYNC error!
[22728.579448] bcm2835-i2s 3f203000.i2s: I2S SYNC error!
[22728.616752] bcm2835-i2s 3f203000.i2s: I2S SYNC error!
[22733.689088] bcm2835-dma 3f007000.dma: DMA transfer could not be terminated
and qmmp freezes completely
Help appreciated