Other Parts Discussed in Thread: TLV320DAC3203
Tool/software:
Hi,
I intend to write a value into the register of page 46 inside the Linux driver (tlv320aic32x4.c) itself.
I have tried to write it by having a new macro of my register (eg: #define AIC32x4_DAC_COEF_BUF_AC65_HI AIC32X4_REG(64, 28)) and extend the .range_max in aic32x4_regmap_pages.
It doesn't seem to be working.
Can I have some examples of that?