Takashi,
Thanks for your help. My timer device has not been created at the correct path (/dev/snd), so I thought it was missing and that I need to implement it.
-----Original Message----- From: Takashi Iwai [mailto:tiwai@suse.de] Sent: 02 August 2011 07:54 To: Nenad Sljivic Cc: alsa-devel@alsa-project.org Subject: Re: [alsa-devel] Timer interface
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