Other Parts Discussed in Thread: PCM1864, PCM1865, PCM5102A
I enabled the PCM sound card with bcm1864 on i2s but I can't get working all 4 channel for recording and only recording with 96khz mono is ok.
If I want to record 10s audio with 48khz, arecord is working only 5s and creating file with 0.5x speed.
In the case of trying record stereo arecord is creating multiple file of size 44B and never finishing recording.
the result of /opt/scripts/tools/version.sh:
eeprom:[A335BNLTBWA51719EW000513]
dogtag:[BeagleBoard.org Debian Image 2017-03-19]
bootloader:[/dev/mmcblk1]:[U-Boot 2017.03-00002-gd12b1519b4]
kernel:[4.19.73-ti-rt-r27]
nodejs:[v4.8.0]
device-tree-override:[dtb=am335x-boneblack-wireless.dtb]
bcm1864 i2c configuration:
i2cset -r -y 2 0x4a 0x01 0x40
i2cset -r -y 2 0x4a 0x02 0x40
i2cset -r -y 2 0x4a 0x03 0x40
i2cset -r -y 2 0x4a 0x04 0x40
i2cset -r -y 2 0x4a 0x00 0xfe
i2cset -r -y 2 0x4a 0x06 0x41
i2cset -r -y 2 0x4a 0x07 0x41
i2cset -r -y 2 0x4a 0x08 0x44
i2cset -r -y 2 0x4a 0x09 0x44
i2cset -r -y 2 0x4a 0x20 0x11
i2cset -r -y 2 0x4a 0x0b 0xcc

