Subject: PR/30044 CVS commit: src/sys/dev
To: None <jmcneill@netbsd.org, gnats-admin@netbsd.org,>
From: Jared D. McNeill <jmcneill@netbsd.org>
List: netbsd-bugs
Date: 04/25/2005 13:20:02
The following reply was made to PR misc/30044; it has been noted by GNATS.
From: "Jared D. McNeill" <jmcneill@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/30044 CVS commit: src/sys/dev
Date: Mon, 25 Apr 2005 13:19:46 +0000 (UTC)
Module Name: src
Committed By: jmcneill
Date: Mon Apr 25 13:19:46 UTC 2005
Modified Files:
src/sys/dev: audio.c
Log Message:
Enable full-duplex mode by default on drivers that support it if the
underlying audio device was opened read/write. This is consistent with
Linux OSS behaviour and fixes a bug with certain applications (including
Skype) that assume this behaviour.
Fixes PR# 30044.
To generate a diff of this commit:
cvs rdiff -r1.192 -r1.193 src/sys/dev/audio.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.