commit | 3bb9eca913025ed05c0510de831c67b7bef652c5 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Sun Feb 19 15:51:30 2017 +0530 |
committer | Takashi Iwai <tiwai@suse.de> | Sun Feb 19 22:07:29 2017 +0100 |
tree | 74f947414957b9dc96741ac565e5a1c731f63ed7 | |
parent | b1ef30e5ed17a417fc78eaff12da28f9a1c2efcc [diff] |
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>