2 Aug
2011
2 Aug
'11
8:53 a.m.
At Fri, 29 Jul 2011 17:05:23 +0200, Nenad Sljivic wrote:
Hi,
I am extending my ALSA driver in order to support software mixing. Driver currently supports both MMAP and RW access modes. However, I am still not able to use dmix since it requires timer interface to be implemented. My hardware does not generate interrupts at the period boundary but issues timer interrupts at a fixed timer rate.
The timer interface is always present with ALSA (kernel) PCM interface, thus normally you don't have to implement it. Or are you trying to implement without the normal kernel driver but with alsa-lib ioplug or such?
Takashi