ALSA: Constify snd_timer_hardware definitions
Most of snd_timer_hardware definitions do simply copying to another struct as-is. Mark them as const for further optimization. There should be no functional changes by this patch. Link: https://lore.kernel.org/r/20200103081714.9560-22-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
@@ -52,7 +52,7 @@ static int snd_emu10k1_timer_precise_resolution(struct snd_timer *timer,
|
||||
return 0;
|
||||
}
|
||||
|
||||
static struct snd_timer_hardware snd_emu10k1_timer_hw = {
|
||||
static const struct snd_timer_hardware snd_emu10k1_timer_hw = {
|
||||
.flags = SNDRV_TIMER_HW_AUTO,
|
||||
.resolution = 20833, /* 1 sample @ 48KHZ = 20.833...us */
|
||||
.ticks = 1024,
|
||||
|
Reference in New Issue
Block a user