Tool/software:
hi
record have no sound data if power up ADC channel and MICBIAS when playing sound for tac5111, below is the reproduce step
1、
i2cset -f -y 4 0x50 0x76 0x00
i2cset -f -y 4 0x50 0x78 0x00
i2cset -f -y 4 0x50 0x76 0x08
i2cset -f -y 4 0x50 0x78 0x40
aplay play.wav & // aplay is ok and can listen to the sound
2、
i2cset -f -y 4 0x50 0x76 0x88
i2cset -f -y 4 0x50 0x78 0xe0
arecord -c 1 -f S16_LE -r 8000 -d 30 --device="hw:0,0" -t wav record.wav
aplay record.wav // can not listen to the record sound data