ALSA: spi: Constify snd_device_ops definitions
authorTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:16:34 +0000 (09:16 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:24:06 +0000 (09:24 +0100)
commitc3b53df3d00848936b286c41fae09cf9a5192ce0
tree8e10e28558f3da8c29d4b774fce01a46e154f1f1
parent52b136d24842b3e7dfd6ed10d349841a90c754ac
ALSA: spi: 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-19-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/spi/at73c213.c