Re: [Alsa-devel] SoundScape driver... FIXMEs

2002-09-24 Thread Takashi Iwai
At Mon, 23 Sep 2002 20:43:19 +0100 (BST), Chris Rankin wrote: > > > > > another point: doesn't the busy-loop in > > > > host_read/write_ctrl_unsafe > > > > need udelay() or something to produce a certain > > > > delay length? > > > > otherwise the timeout is very dependent on a > > > > machine.

Re: [Alsa-devel] SoundScape driver... FIXMEs

2002-09-23 Thread Chris Rankin
--- Takashi Iwai <[EMAIL PROTECTED]> wrote: > At Mon, 23 > yes, but it should not be the reason to stop > compiling the built-in > driver via ifdef. Well, it would be more accurate to say that the "built-in" code wasn't a priority. I was also hoping that Linux 2.5+ would make the entire problem

Re: [Alsa-devel] SoundScape driver... FIXMEs

2002-09-23 Thread Takashi Iwai
At Mon, 23 Sep 2002 13:28:56 +0100 (BST), Chris Rankin wrote: > > > i don't see any particular part that restricts to > > module (except that > > the driver needs firmware to be loaded via ioctl). > > am i missing something? > > Only that it's OBSCENELY more difficult to develop a > driver if yo

Re: [Alsa-devel] SoundScape driver... FIXMEs

2002-09-23 Thread Chris Rankin
--- Takashi Iwai <[EMAIL PROTECTED]> wrote: > At Sun, 22 Sep 2002 20:09:52 +0100 (BST), > i don't think so. more modulalization doesn't mean > to remove the > ability of built-in drivers. (and i heard that > Linus still prefers > built-in drivers to modules :) I definitely hadn't heard that! I

Re: [Alsa-devel] SoundScape driver... FIXMEs

2002-09-23 Thread Takashi Iwai
At Sun, 22 Sep 2002 20:09:52 +0100 (BST), Chris Rankin wrote: > > Hi, > > I saw the SoundScape PnP driver appear in CVS today, > along with a number of FIXMEs at the top of the file. > I presume that these FIXMEs are a barrier to fully > integrating the driver, and that's what you mean by > "dea

[Alsa-devel] SoundScape driver... FIXMEs

2002-09-22 Thread Chris Rankin
Hi, I saw the SoundScape PnP driver appear in CVS today, along with a number of FIXMEs at the top of the file. I presume that these FIXMEs are a barrier to fully integrating the driver, and that's what you mean by "deadlock for alsa-kernel"? Anyway: - the CONFIG_SND_OSSEMUL dependency was a hold