Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Jared D. McNeill <jmcneill@netbsd.org>
List: source-changes
Date: 04/25/2005 13:19:46
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.