commit | dde5199c988b16426cf9a4e0df4b7ae06790471e | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:16:48 2020 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:24:22 2020 +0100 |
tree | da24031c3c895ecb5543a0aa95d2d836fd58ce16 | |
parent | 454f5ec1d2b774b89f3ea759a9a791f320e6f389 [diff] |
ALSA: aoa: 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-33-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>