This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TAS2563: I found a problem with the driver code

Part Number: TAS2563


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.