ALSA: info: Make snd_info_entry_ops as const
authorTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:16:44 +0000 (09:16 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:24:18 +0000 (09:24 +0100)
commitd25ff26840bd0af3283d8e478669abc104bb873a
tree7d4e52df78faa6a665bf0d5b23c9e22ed499dae5
parent51055da51d1e92bb089c9b9e0ecb1be69396f808
ALSA: info: Make snd_info_entry_ops as const

The reference to snd_info_entry_ops is rather read-only, so declare it
as a const pointer.  This allows a bit more optimization.

There should be no functional changes by this patch.

Link: https://lore.kernel.org/r/20200103081714.9560-29-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Documentation/sound/kernel-api/writing-an-alsa-driver.rst
include/sound/info.h
sound/drivers/opl4/opl4_proc.c
sound/isa/gus/gus_mem_proc.c
sound/pci/cs4281.c
sound/pci/cs46xx/cs46xx_lib.c
sound/pci/emu10k1/emuproc.c
sound/pci/mixart/mixart.c