Re: How's the nforce4 support in Linux?

From: Lee Revell
Date: Fri Mar 25 2005 - 18:15:19 EST


On Fri, 2005-03-25 at 23:59 +0100, Julien Wajsberg wrote:
> - audio works too. The only problem is that two applications can't
> open /dev/dsp in the same time.

Not a problem. ALSA does software mixing for chipsets that can't do it
in hardware. Google for dmix.

However this doesn't (and can't be made to) work with the in-kernel OSS
emulation (it works fine with the alsa-lib/libaoss emulation). So you
are technically correct in that two OSS apps can't open /dev/dsp at the
same time, but there is no problem with multiple apps sharing the sound
device, as long as they use the ALSA API (which they should be using
anyway).

Lee




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/