ALSA: emu10k1: constify snd_emux_operators structure
commit3bb9eca913025ed05c0510de831c67b7bef652c5
authorBhumika Goyal <bhumirks@gmail.com>
Sun, 19 Feb 2017 10:21:30 +0000 (19 15:51 +0530)
committerTakashi Iwai <tiwai@suse.de>
Sun, 19 Feb 2017 21:07:29 +0000 (19 22:07 +0100)
tree74f947414957b9dc96741ac565e5a1c731f63ed7
parentb1ef30e5ed17a417fc78eaff12da28f9a1c2efcc
ALSA: emu10k1: constify snd_emux_operators structure

Declare snd_emux_operators structure as const as it is only copied into
another structure. So, snd_emux_operators structures having this property
can be made const.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/emu10k1/emu10k1_callback.c