2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-09 14:14:00 +08:00
linux-next/sound/drivers/opl4
Takashi Iwai 2eccd40803 ALSA: drivers: Constify snd_kcontrol_new items
Most of snd_kcontrol_new definitions are read-only and passed as-is.
Let's declare them as const for further optimization.
Constify snd_kcontrol_new items

There should be no functional changes by this patch.

Link: https://lore.kernel.org/r/20200103081714.9560-34-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2020-01-03 09:24:23 +01:00
..
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
opl4_lib.c ALSA: drivers: Constify snd_device_ops definitions 2020-01-03 09:23:52 +01:00
opl4_local.h ALSA: seq: Allow the modular sequencer registration 2017-06-12 08:43:33 +02:00
opl4_mixer.c ALSA: drivers: Constify snd_kcontrol_new items 2020-01-03 09:24:23 +01:00
opl4_proc.c ALSA: info: Make snd_info_entry_ops as const 2020-01-03 09:24:18 +01:00
opl4_seq.c ALSA: seq: Constify struct snd_midi_op 2020-01-03 09:24:19 +01:00
opl4_synth.c ALSA: Include linux/io.h instead of asm/io.h 2015-01-28 16:49:33 +01:00
yrw801.c