commit | e195a331c4124a6527e5e1b6fbd93a6b4a984d7b | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Wed Sep 27 11:49:27 2017 +0530 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Oct 02 14:33:23 2017 +0200 |
tree | 9b06cc3e40fe50eee949ced8dac39d10a3a9f6c2 | |
parent | 729fbfc92a4563405f3962051e7b25fec3a7bd10 [diff] |
ALSA: line6: make snd_pcm_ops const Make these const as they are only passed to a const argument of the function snd_pcm_set_ops in the file referencing them. Also, add const to the declaration in the headers. Structures found using Coccinelle and changes done by hand. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>