sound: emu8000: constify emu8000_ops
authorJulia Lawall <Julia.Lawall@lip6.fr>
Mon, 14 Aug 2017 17:13:26 +0000 (19:13 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 15 Aug 2017 06:21:51 +0000 (08:21 +0200)
commitc9480d055e306a855f8a8d2b3b097773cd0d5ad0
tree5cbeb04a02b80e45dc6c8896049ed26769a3e6ad
parent2675be5a004ee0d8155d2ad48cad95920f727921
sound: emu8000: constify emu8000_ops

The structure emu8000_ops is only copied into another structure, so
it can be const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/sb/emu8000_callback.c