ALSA: cs46xx: make snd_pcm_hardware const
authorBhumika Goyal <bhumirks@gmail.com>
Sat, 12 Aug 2017 15:31:15 +0000 (21:01 +0530)
committerTakashi Iwai <tiwai@suse.de>
Sat, 12 Aug 2017 21:31:41 +0000 (23:31 +0200)
commit114d35496f2ba82ca5d4c39f76fac96330f72965
tree51406290c304353288fbce2dc8f6461ec1d5a1ea
parentd1876fe679cbfdfdcc3e7f84b779c99c919ef3f6
ALSA: cs46xx: make snd_pcm_hardware const

Make these const as they are only used during a copy operation.
Done using Coccinelle.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/cs46xx/cs46xx_lib.c