commit | 915a38d324d23f4fa53306a3a834f54a9f6da17c | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Fri Aug 18 13:15:14 2017 +0530 |
committer | Takashi Iwai <tiwai@suse.de> | Sat Aug 19 11:02:18 2017 +0200 |
tree | 89aafe21db268c8ce66f1aa577f418f7959bb8ad | |
parent | b2165f3889ace44ee21a41ca72467be3119121db [diff] |
ALSA: mips: constify snd_pcm_ops structures snd_pcm_ops are not supposed to change at runtime. All functions working with snd_pcm_ops provided by <sound/pcm.h> work with const snd_pcm_ops. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>