commit | 0326564d725f441617139ea5e862bf82a527dd08 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:16:30 2020 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:24:04 2020 +0100 |
tree | 7def694982aa6b7d1b25025b965f3ce9b5dc6d54 | |
parent | 65341589599a17465c25ae760e9b317b3596eb8c [diff] |
ALSA: pcmcia: Constify snd_device_ops definitions Now we may declare const for snd_device_ops definitions, so let's do it for optimization. There should be no functional changes by this patch. Link: https://lore.kernel.org/r/20200103081714.9560-15-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>