ALSA: atiixp: More constifications
Apply const prefix to the static register tables. Just for minor optimization and no functional changes. Link: https://lore.kernel.org/r/20200105144823.29547-34-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Родитель
9ca7a0c979
Коммит
066c044b05
|
@ -1407,7 +1407,7 @@ static int snd_atiixp_mixer_new(struct atiixp *chip, int clock,
|
|||
.write = snd_atiixp_ac97_write,
|
||||
.read = snd_atiixp_ac97_read,
|
||||
};
|
||||
static unsigned int codec_skip[NUM_ATI_CODECS] = {
|
||||
static const unsigned int codec_skip[NUM_ATI_CODECS] = {
|
||||
ATI_REG_ISR_CODEC0_NOT_READY,
|
||||
ATI_REG_ISR_CODEC1_NOT_READY,
|
||||
ATI_REG_ISR_CODEC2_NOT_READY,
|
||||
|
|
|
@ -1050,7 +1050,7 @@ static int snd_atiixp_mixer_new(struct atiixp_modem *chip, int clock)
|
|||
.write = snd_atiixp_ac97_write,
|
||||
.read = snd_atiixp_ac97_read,
|
||||
};
|
||||
static unsigned int codec_skip[NUM_ATI_CODECS] = {
|
||||
static const unsigned int codec_skip[NUM_ATI_CODECS] = {
|
||||
ATI_REG_ISR_CODEC0_NOT_READY,
|
||||
ATI_REG_ISR_CODEC1_NOT_READY,
|
||||
ATI_REG_ISR_CODEC2_NOT_READY,
|
||||
|
|
Загрузка…
Ссылка в новой задаче