Other Parts Discussed in Thread: TLV320ADC5140
Tool/software:
Hi Guys here again.
We give up get 4 channels from RP5+TVL320ADC5140 and decided to swich towards BeagleY_AI + TVL320ADC5140. After one day of struggle to connect to part together I am return back.
1) From official tool was taken lates Debian 13 V6.1x-ti XFCE. After OS initialization it do not have any related stuff for SND_SOC_TLV320ADCX140 family , C/h drivers, dtbo files. By fakeroot make -j$(nproc) bindeb-pkg was taken linux image, recompile all modules , now uname -r give 6.1.83,
2) SND_SOC_TLV320ADCX140 now ok, c/h drivers ok, on i2c situation below:
root@beagleboard:/home/bb# i2cdetect -l
i2c-1 i2c OMAP I2C adapter I2C adapter
i2c-2 i2c OMAP I2C adapter I2C adapter
i2c-3 i2c OMAP I2C adapter I2C adapter
i2c-4 i2c OMAP I2C adapter I2C adapter
i2c-5 i2c OMAP I2C adapter I2C adapter
root@beagleboard:/home/bb# i2cdetect -y 1
Warning: Can't use SMBus Quick Write command, will skip some addresses
0 1 2 3 4 5 6 7 8 9 a b c d e f
00:
10:
20:
30: -- -- -- -- -- -- -- --
40:
50: -- -- -- -- 54 -- -- -- -- -- -- -- -- -- -- --
60:
70:
root@beagleboard:/home/bb#
root@beagleboard:/home/bb# i2cdetect -y 2
Warning: Can't use SMBus Quick Write command, will skip some addresses
0 1 2 3 4 5 6 7 8 9 a b c d e f
00:
10:
20:
30: UU -- -- -- -- -- -- --
40:
50: UU -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60:
70:
root@beagleboard:/home/bb#
Could you help whit rest of adjustment for slave and master mode for alsa, dts/dtbo files, for extlinux.conf as well, for registry settings for TVL320ADC5140 to get 4 channels from ADC
Thank you for help.