I found a problem with the driver code.
tas256xsw-android / tas2563-android-driver
∟master
tas2563-codec.c
static int tas2563_load_coefficient(struct tas2563_priv *pTAS2563,
int nPrevConfig, int nNewConfig, bool bPowerOn)
struct TProgram *pProgram;
if (pProgram->mnAppMode == TAS2563_APP_TUNINGMODE) {
The value is suddenly referenced for this pProgram pointer.
You should set the address and then look at the value.
Please correct the program.