commit | 99f664df4fead60e31d96cc2b5044c9b2fee0767 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:16:23 2020 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:23:54 2020 +0100 |
tree | 0194fd4b6fa011b71b1c8330f3a2932c4cf78251 | |
parent | d23015c12144736bbea6dbd0fdd8dcae3d1e47c5 [diff] |
ALSA: isa: 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-8-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>