ALSA: timer: Constify snd_timer_hardware definitions
[linux-2.6-block.git] / sound / core / timer.c
index d53bc1f3a48a907435594cc2806b2110c8b7f82d..8835ff91a89374bbb6ff37c47dfa25143d99ce2f 100644 (file)
@@ -1199,7 +1199,7 @@ static int snd_timer_s_close(struct snd_timer *timer)
        return 0;
 }
 
-static struct snd_timer_hardware snd_timer_system =
+static const struct snd_timer_hardware snd_timer_system =
 {
        .flags =        SNDRV_TIMER_HW_FIRST | SNDRV_TIMER_HW_TASKLET,
        .resolution =   1000000000L / HZ,