aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/spi
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2020-01-05 15:48:22 +0100
committerTakashi Iwai <tiwai@suse.de>2020-01-05 16:15:13 +0100
commitcabc04680778adf57e1c0d64af2c46971a895d99 (patch)
tree85d3481472d000efb6c0cf0f8088bf665248c49c /sound/spi
parentALSA: pdaudiocf: More constification (diff)
downloadwireguard-linux-cabc04680778adf57e1c0d64af2c46971a895d99.tar.xz
wireguard-linux-cabc04680778adf57e1c0d64af2c46971a895d99.zip
ALSA: spi: More constification
Apply const prefix to the static table for registers. Just for minor optimization and no functional changes. Link: https://lore.kernel.org/r/20200105144823.29547-68-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/spi')
-rw-r--r--sound/spi/at73c213.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/spi/at73c213.c b/sound/spi/at73c213.c
index e51bbf7836a2..76c0e37a838c 100644
--- a/sound/spi/at73c213.c
+++ b/sound/spi/at73c213.c
@@ -36,7 +36,7 @@
#define BITRATE_MAX 50000 /* Hardware limit. */
/* Initial (hardware reset) AT73C213 register values. */
-static u8 snd_at73c213_original_image[18] =
+static const u8 snd_at73c213_original_image[18] =
{
0x00, /* 00 - CTRL */
0x05, /* 01 - LLIG */