Hi team,
The customer is using PCM3070. He needs to set EQ. Now he uses two ways to set EQ.
No matter what way, he cannot set the EQ correctly. The EQ does not have any effect.
Would you suggest how to set EQ correctly?
The customer's setting EQ ways are as below:
One is write data one by one:
{
0x2c, 0x00, 0x2c,
0x2c, 0x01, 0x06,
0x2c, 0x08, 0x00,
0x2c, 0x09, 0x00,
0x2c, 0x0a, 0x00,
0x2c, 0x0c, 0x7f,
0x2c, 0x0d, 0xff,
0x2c, 0x0e, 0xff,
//--------- Left -----------------
0x2c, 0x10, 0x3f, //L 31Hz
0x2c, 0x11, 0xf8,
0x2c, 0x12, 0x40,
0x2c, 0x14, 0x80,
0x2c, 0x15, 0x19,
0x2c, 0x16, 0x81,
0x2c, 0x18, 0x3f,
0x2c, 0x19, 0xee,
0x2c, 0x1a, 0x90,
0x2c, 0x1c, 0x7f,
0x2c, 0x1d, 0xe6,
0x2c, 0x1e, 0x7f,
}
Another is write data at one-time:
MAPI_U8 AmpEQ_Page44_Data[] =
{
0x00,0x00,0x00,0x00,0x7F,0xFF,0xFF,0x00, // 08~0F
0x3F,0xF8,0x40,0x00,0x80,0x19,0x81,0x00,0x3F,0xEE,0x90,0x00,0x7F,0xE6,0x7F,0x00, // 10~1F
}
Best Wishes,
Mickey Zhang
Asia Customer Support Center
Texas Instruments