|
@@ -127,7 +127,7 @@ static int snd_hrtimer_stop(struct snd_timer *t)
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
-static struct snd_timer_hardware hrtimer_hw = {
|
|
|
|
|
|
+static const struct snd_timer_hardware hrtimer_hw __initconst = {
|
|
.flags = SNDRV_TIMER_HW_AUTO | SNDRV_TIMER_HW_TASKLET,
|
|
.flags = SNDRV_TIMER_HW_AUTO | SNDRV_TIMER_HW_TASKLET,
|
|
.open = snd_hrtimer_open,
|
|
.open = snd_hrtimer_open,
|
|
.close = snd_hrtimer_close,
|
|
.close = snd_hrtimer_close,
|