]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: emu10k1: constify snd_emux_operators structure
authorBhumika Goyal <bhumirks@gmail.com>
Sun, 19 Feb 2017 10:21:30 +0000 (15:51 +0530)
committerTakashi Iwai <tiwai@suse.de>
Sun, 19 Feb 2017 21:07:29 +0000 (22:07 +0100)
commitab2a1c4acea8447b53e9b4c0d4341d0fbf25ca01
tree74f947414957b9dc96741ac565e5a1c731f63ed7
parentb463d8f44d1caea742dd6bb4ede151968efa1b2e
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