[PATCH 9/9] ALSA: wss: constify snd_pcm_ops structures

2017-08-11 Thread Arvind Yadav
snd_pcm_ops are not supposed to change at runtime. All functions working with snd_pcm_ops provided by work with const snd_pcm_ops. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- sound/isa/wss/wss_lib.c | 4 ++-- 1 file changed, 2

[PATCH 9/9] ALSA: wss: constify snd_pcm_ops structures

2017-08-11 Thread Arvind Yadav
snd_pcm_ops are not supposed to change at runtime. All functions working with snd_pcm_ops provided by work with const snd_pcm_ops. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- sound/isa/wss/wss_lib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff