diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/usb/mixer_us16x08.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/mixer_us16x08.c b/sound/usb/mixer_us16x08.c index 301939b8f472..019336f53acf 100644 --- a/sound/usb/mixer_us16x08.c +++ b/sound/usb/mixer_us16x08.c @@ -153,7 +153,7 @@ static const char ratio_map[] = { }; /* route enumeration names */ -const const char *route_names[] = { +static const char *const route_names[] = { "Master Left", "Master Right", "Output 1", "Output 2", "Output 3", "Output 4", "Output 5", "Output 6", "Output 7", "Output 8", }; |