Re: [Alsa-devel] busy-wait questions

2004-05-07 Thread Giuliano Pochini
On 04-May-2004 Takashi Iwai wrote: >> After a lot of cleanups and coding style changes, my driver still has some >> things that must be fixed properly. Busy-waits are one of those. >> >> The most used busy-waits have a timeout of 10ms and 100ms and they are >> called with a spinlock_irq held or fr

Re: [Alsa-devel] busy-wait questions

2004-05-04 Thread Takashi Iwai
At Wed, 28 Apr 2004 23:09:36 +0200, Giuliano Pochini wrote: > > > > After a lot of cleanups and coding style changes, my driver still has some > things that must be fixed properly. Busy-waits are one of those. > > The most used busy-waits have a timeout of 10ms and 100ms and they are > called w

[Alsa-devel] busy-wait questions

2004-04-28 Thread Giuliano Pochini
After a lot of cleanups and coding style changes, my driver still has some things that must be fixed properly. Busy-waits are one of those. The most used busy-waits have a timeout of 10ms and 100ms and they are called with a spinlock_irq held or from the irq handler. With my card the longest wai