commit | 35a76585c6386115c065ebdda906f9a65a1b75ce | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:16:28 2020 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:24:02 2020 +0100 |
tree | 75da49e700c8d2960d03e266d376c555f3f3b134 | |
parent | e6f2a617ac53bc0753b885ffb94379ff48b2e2df [diff] |
ALSA: mips: 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-13-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>