add const to const * strings iriver Fix Red

the iriver devices overwrite the pointer

Change-Id: I20ae6db2aec0f957824b61db349c7c45a95e58d9
This commit is contained in:
William Wilgus 2022-05-03 23:58:00 -04:00
parent 79864c6ec2
commit 09ef94ed8b

View file

@ -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)",