add const to const * strings iriver Fix Red
the iriver devices overwrite the pointer Change-Id: I20ae6db2aec0f957824b61db349c7c45a95e58d9
This commit is contained in:
parent
79864c6ec2
commit
09ef94ed8b
1 changed files with 2 additions and 1 deletions
|
@ -189,7 +189,8 @@ static short balance_mem[BAL_MEM_SIZE];
|
|||
#define AGC_MODE_SIZE 5
|
||||
#define AGC_SAFETY_MODE 0
|
||||
|
||||
static const char* const agc_preset_str[] =
|
||||
/* Note iriver devices overwrite these strings */
|
||||
static const char* agc_preset_str[] =
|
||||
{ "Off", "S", "L", "D", "M", "V" };
|
||||
/* "Off",
|
||||
"Safety (clip)",
|
||||
|
|
Loading…
Reference in a new issue