Skip to content

Commit

Permalink
ALSA: spi: More constification
Browse files Browse the repository at this point in the history
Apply const prefix to the static table for registers.

Just for minor optimization and no functional changes.

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
tiwai committed Jan 5, 2020
1 parent 6ab9eab commit cabc046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/spi/at73c213.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit cabc046

Please sign in to comment.