ALSA: fireface: make read-only const array for model names static
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 27 Jun 2023 23:54:06 +0000 (08:54 +0900)
committerTakashi Iwai <tiwai@suse.de>
Wed, 28 Jun 2023 09:42:55 +0000 (11:42 +0200)
commita64db0b9dfac2011e14e88faf59847baac1dad5a
tree5f69a14a795854d98e0f206943e97ac6b5cc3e3b
parentd17f0ce9a9ee1372b9c71b4dc9bd6c8fbe73790f
ALSA: fireface: make read-only const array for model names static

It is preferable not to populate the constant array for constant strings
on the stack.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Link: https://lore.kernel.org/r/20230627235406.289970-1-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/fireface/ff.c