commit | 1da7f0c570d7356f232aee6528ccf8b2dcd96dcf | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:16:59 2020 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:24:36 2020 +0100 |
tree | 246f05de5614cf5902869ec8cf5eb3aaba2e0750 | |
parent | 46708e626d0d768587cf676e55b21e0beb966be6 [diff] |
ALSA: dummy: Constify snd_pcm_ops definitions The snd_pcm_ops items defined in snd-dummy driver can be gracefully declared as const. Let's mark them for further optimization. There should be no functional changes by this patch. Link: https://lore.kernel.org/r/20200103081714.9560-44-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>