no HZ=1000 is not needed , since your task get woken up by
blocking write() to /dev/dsp.
Anyway UTIME style timers whould really useful for implementing
multimedia sw. (eg a MIDI sequencer need an accurate timing
source in order to schedule events (write to the output interface)
at the right time.
Currently RTC is one of the good sources, but the problem is that
there is only one instance avalable, thus running 2 apps concurrently
needs a different solution.
Benno.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/