[alsa-devel] [PATCH v8 1/1] ALSA: Tascam US-16x08 DSP mixer quirk

Clemens Ladisch clemens at ladisch.de
Thu Feb 16 11:42:02 CET 2017


OnkelDead wrote:
> +const char *route_names[] = {

The strings are const, but the array is not.  This should be

  static const char * const route_names[] = { ...

There are lots of other static variables that probably can be const.


Regards,
Clemens


More information about the Alsa-devel mailing list