mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
ALSA: cs423x: More constification
Apply const prefix to the static mapping table. Just for minor optimization and no functional changes. Link: https://lore.kernel.org/r/20200105144823.29547-45-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
f3c0916946
commit
58b5b36370
@ -80,7 +80,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
static unsigned char snd_cs4236_ext_map[18] = {
|
||||
static const unsigned char snd_cs4236_ext_map[18] = {
|
||||
/* CS4236_LEFT_LINE */ 0xff,
|
||||
/* CS4236_RIGHT_LINE */ 0xff,
|
||||
/* CS4236_LEFT_MIC */ 0xdf,
|
||||
|
Loading…
Reference in New Issue
Block a user