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.
--- 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
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
--- 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
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
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