ALSA: seq: oss: Constify snd_seq_oss_callback definitions
[sfrench/cifs-2.6.git] / sound / synth / emux / emux_oss.c
index a14fc6562664c17de053b9655eed3780d26ba013..d8d32671f7038e65ba39294fc9b961e2eb91db20 100644 (file)
@@ -34,7 +34,7 @@ static void fake_event(struct snd_emux *emu, struct snd_emux_port *port,
                       int ch, int param, int val, int atomic, int hop);
 
 /* operators */
-static struct snd_seq_oss_callback oss_callback = {
+static const struct snd_seq_oss_callback oss_callback = {
        .owner = THIS_MODULE,
        .open = snd_emux_open_seq_oss,
        .close = snd_emux_close_seq_oss,