aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/bcd2000
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2020-01-05 15:47:41 +0100
committerTakashi Iwai <tiwai@suse.de>2020-01-05 16:14:49 +0100
commit71075c421060cd3cc00f77770cc01254f8ff2c27 (patch)
tree0240a45a15f104f3cffd560fd7adfc21a8497a96 /sound/usb/bcd2000
parentALSA: ymfpci: More constifications (diff)
downloadlinux-dev-71075c421060cd3cc00f77770cc01254f8ff2c27.tar.xz
linux-dev-71075c421060cd3cc00f77770cc01254f8ff2c27.zip
ALSA: bcd2000: More constifications
Apply const prefix to the static tables for command and verbs. Just for minor optimization and no functional changes. Link: https://lore.kernel.org/r/20200105144823.29547-27-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/bcd2000')
-rw-r--r--sound/usb/bcd2000/bcd2000.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/usb/bcd2000/bcd2000.c b/sound/usb/bcd2000/bcd2000.c
index 6e3175826faf..010976d9ceb2 100644
--- a/sound/usb/bcd2000/bcd2000.c
+++ b/sound/usb/bcd2000/bcd2000.c
@@ -25,9 +25,9 @@ static const struct usb_device_id id_table[] = {
{ },
};
-static unsigned char device_cmd_prefix[] = {0x03, 0x00};
+static const unsigned char device_cmd_prefix[] = {0x03, 0x00};
-static unsigned char bcd2000_init_sequence[] = {
+static const unsigned char bcd2000_init_sequence[] = {
0x07, 0x00, 0x00, 0x00, 0x78, 0x48, 0x1c, 0x81,
0xc4, 0x00, 0x00, 0x00, 0x5e, 0x53, 0x4a, 0xf7,
0x18, 0xfa, 0x11, 0xff, 0x6c, 0xf3, 0x90, 0xff,