ALSA: usb-audio: make read-only array marker static const
authorColin Ian King <colin.i.king@gmail.com>
Tue, 9 Aug 2022 18:15:44 +0000 (19:15 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 10 Aug 2022 09:53:27 +0000 (11:53 +0200)
commit6b2394bad503bfada6f677ad2574b2ef8178b1bf
treea57d204ead3a46fd5665933ce43f3de1033d4542
parent30267718fe2d4dbea49015b022f6f1fe16ca31ab
ALSA: usb-audio: make read-only array marker static const

Don't populate the read-only array marker on the stack but instead make
it static const. Also makes the object code a little smaller.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20220809181544.3046429-1-colin.i.king@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/pcm.c