Searched hist:"3 a3fac8b" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/atmel/ |
H A D | ac97c.c | 3a3fac8b Fri Jan 03 02:16:41 CST 2020 Takashi Iwai <tiwai@suse.de> ALSA: atmel: Constify snd_ac97_bus_ops definitions
Now snd_ac97_bus() takes the const ops pointer, so we can define the snd_ac97_bus_ops locally as const as well for further optimization.
There should be no functional changes by this patch.
Link: https://lore.kernel.org/r/20200103081714.9560-26-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de> 3a3fac8b Fri Jan 03 02:16:41 CST 2020 Takashi Iwai <tiwai@suse.de> ALSA: atmel: Constify snd_ac97_bus_ops definitions Now snd_ac97_bus() takes the const ops pointer, so we can define the snd_ac97_bus_ops locally as const as well for further optimization. There should be no functional changes by this patch. Link: https://lore.kernel.org/r/20200103081714.9560-26-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
|