]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: Constify snd_timer_hardware definitions
authorTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:16:37 +0000 (09:16 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:24:07 +0000 (09:24 +0100)
commit5ff16a3d48ef58be8fd93035ae9272d4cc990c49
tree2fb32d21a58993b129033a3a07c2efcd95869407
parentdf76996a2c5369769b23a017b6303f7ecacb277b
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>
sound/drivers/opl3/opl3_lib.c
sound/isa/gus/gus_timer.c
sound/isa/wss/wss_lib.c
sound/pci/emu10k1/timer.c
sound/pci/ymfpci/ymfpci_main.c
sound/sparc/cs4231.c