commit | e6f2a617ac53bc0753b885ffb94379ff48b2e2df | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:16:27 2020 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:24:01 2020 +0100 |
tree | b109afc901ed6257b49a0fe94bf03d3f47a88c17 | |
parent | c0a142e21bbaeddc9e0ed00045e0ac6c841f1769 [diff] |
ALSA: aoa: 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-12-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>