Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9480d05 authored by Julia Lawall's avatar Julia Lawall Committed by Takashi Iwai
Browse files

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: default avatarJulia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 2675be5a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ static void snd_emu8000_tweak_voice(struct snd_emu8000 *emu, int ch);
/*
 * set up operators
 */
static struct snd_emux_operators emu8000_ops = {
static const struct snd_emux_operators emu8000_ops = {
	.owner =	THIS_MODULE,
	.get_voice =	get_voice,
	.prepare =	start_voice,