ALSA: pcxhr: make snd_kcontrol_new const
authorBhumika Goyal <bhumirks@gmail.com>
Wed, 16 Aug 2017 08:44:10 +0000 (14:14 +0530)
committerTakashi Iwai <tiwai@suse.de>
Wed, 16 Aug 2017 12:29:07 +0000 (14:29 +0200)
commit7df3859bf71b9c36683846fa07d68ed89f769d72
treefb7ff2330348a2bff8d624eca89052f73d3932f1
parentbb1c928df78ee6e3665a0d013e74108cc9abf34b
ALSA: pcxhr: make snd_kcontrol_new 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/pcxhr/pcxhr_mixer.c