]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: oxfw: make read-only const array models static
authorColin Ian King <colin.i.king@gmail.com>
Tue, 27 Jun 2023 11:32:53 +0000 (12:32 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 28 Jun 2023 09:42:29 +0000 (11:42 +0200)
commitd17f0ce9a9ee1372b9c71b4dc9bd6c8fbe73790f
treec6f4231bf764979144dcee92201442a6ea875a79
parentd6048fdc870240e5020343f8af0c825829c232bd
ALSA: oxfw: make read-only const array models static

Don't populate the const array on the stack, instead make it static.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Link: https://lore.kernel.org/r/20230627113253.700065-1-colin.i.king@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/oxfw/oxfw.c