We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17f0ce commit a64db0bCopy full SHA for a64db0b
sound/firewire/fireface/ff.c
@@ -16,7 +16,7 @@ MODULE_LICENSE("GPL");
16
static void name_card(struct snd_ff *ff)
17
{
18
struct fw_device *fw_dev = fw_parent_device(ff->unit);
19
- const char *const names[] = {
+ static const char *const names[] = {
20
[SND_FF_UNIT_VERSION_FF800] = "Fireface800",
21
[SND_FF_UNIT_VERSION_FF400] = "Fireface400",
22
[SND_FF_UNIT_VERSION_UFX] = "FirefaceUFX",
0 commit comments