commit | 46708e626d0d768587cf676e55b21e0beb966be6 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:16:58 2020 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:24:35 2020 +0100 |
tree | 4364aead15e7e2193060190cf25ffb68759ff413 | |
parent | 195727e8b6a896d898b048e44fdf7ea52d36bd7e [diff] |
ALSA: parisc: 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. There should be no functional changes by this patch. Link: https://lore.kernel.org/r/20200103081714.9560-43-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>