TAS5825M: Question related to 96K sample rate

Part Number: TAS5825M

Tool/software:

Hi, 

Issue description: Initially, our device could operate at a 48k sample rate and consume up to 38W of power. However, it was unable to operate at a 96k sample rate.

A TI engineer provided an below initial setting, which allowed the device to operate at 96k but limited its power consumption to 10W.

Increasing the power consumption beyond 10W resulted in distortion. Do you have a recommadation on it.

buf[0]=0x00; //
AMPIIC_Reg_Write(0x00,buf,1);
buf[0]=0x00; //
AMPIIC_Reg_Write(0x7f,buf,1);
buf[0]=0x02; //
AMPIIC_Reg_Write(0x03,buf,1);
buf[0]=0x11; //
AMPIIC_Reg_Write(0x01,buf,1);
buf[0]=0x11; //
AMPIIC_Reg_Write(0x7d,buf,1);
buf[0]=0xff; //
AMPIIC_Reg_Write(0x7e,buf,1);
buf[0]=0x01; //
AMPIIC_Reg_Write(0x00,buf,1);
buf[0]=0x05; //
AMPIIC_Reg_Write(0x51,buf,1);
buf[0]=0x02; //
AMPIIC_Reg_Write(0x00,buf,1);
buf[0]=0x00; //
AMPIIC_Reg_Write(0x1d,buf,1);
buf[0]=0x80; //
AMPIIC_Reg_Write(0x19,buf,1);
buf[0]=0x00; //
AMPIIC_Reg_Write(0x00,buf,1);
buf[0]=0x11; //
AMPIIC_Reg_Write(0x46,buf,1);
buf[0]=0x00;
AMPIIC_Reg_Write(0x02,buf,1);
buf[0]=0x01; //
AMPIIC_Reg_Write(0x53,buf,1);
buf[0]=0x00; //
AMPIIC_Reg_Write(0x54,buf,1);
buf[0]=0x02; //
AMPIIC_Reg_Write(0x03,buf,1);




buf[0]=0x00; //
AMPIIC_Reg_Write(0x00,buf,1);
buf[0]=0x00;
AMPIIC_Reg_Write(0x7f,buf,1);
buf[0]=0x00;
AMPIIC_Reg_Write(0x30,buf,1);
Delay1ms(50); //5ms waiting for reset finished.
buf[0]=0x02;
AMPIIC_Reg_Write(0x60,buf,1);
buf[0]=0x09;
AMPIIC_Reg_Write(0x62,buf,1);
buf[0]=0x30;
AMPIIC_Reg_Write(0x4c,buf,1);
buf[0]=0x03;
AMPIIC_Reg_Write(0x03,buf,1);
buf[0]=0x80;
AMPIIC_Reg_Write(0x78,buf,1);

Thanks 

Welson