[LAD] backporting alsa1.0.18a

Jens M Andreasen jens.andreasen at comhem.se
Tue Dec 16 16:21:40 UTC 2008


What I did in alsa-kernel/core/hrtimer.c to get it to compile with
2.6.24.7-rt17

+/* Forward a hrtimer so it expires after the hrtimer's current now */
+static inline unsigned long hrtimer_forward_now(struct hrtimer *timer,
+ ktime_t interval)
+{
+ return hrtimer_forward(timer, timer->base->get_time(), interval);
+}
+

... which is verbatim from kernel 2.6.25


Problem solved.




More information about the Linux-audio-dev mailing list