From alsa-devel-owner@alsa.jcu.cz  Fri Mar 20 23:51:34 1998
Received: from entry.jcu.cz (perex@entry.jcu.cz [160.217.1.111])
	by marvin.jcu.cz (8.8.8/8.8.8) with SMTP id XAA31441;
	Fri, 20 Mar 1998 23:50:33 +0100
Date: Fri, 20 Mar 1998 23:50:32 +0100 (MET)
From: Jaroslav Kysela <perex@jcu.cz>
To: Christopher Butler <chrisb@sandy.force9.co.uk>
cc: alsa-devel@alsa.jcu.cz
Subject: Re: More testing...
In-Reply-To: <199803201607.QAA00285@sandy.force9.co.uk>
Message-ID: <Pine.LNX.3.96.980320234722.2621B-100000@entry.jcu.cz>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Reply-To: alsa-devel@alsa.jcu.cz
Sender: alsa-devel-owner@alsa.jcu.cz
Precedence: list

On Fri, 20 Mar 1998, Christopher Butler wrote:

> Hi!
> 
> After a hacked a bit with the pcm_oss code to make it assume O_WRONLY
> when an attempt was made to open it O_RDWR on a soundcard not
> supporting DUPLEX mode, timidity works in the same way as s3mod,

I found this bug, too.. Many OSS applications (include Quake) uses O_RDWR
mode when open. This is very wrong, but I include to 0.0.7 code which
simply rewrites O_RDWR to O_WRONLY if soundcard doesn't support full
duplex... Looks that this patch is working...


					Jaroslav

-----
Jaroslav Kysela <perex@jcu.cz>
Academic Computer Centre, University of South Bohemia
Branisovska 31, C. Budejovice, CZ-370 05 Czech Republic


