Subject: CVS commit: [kent-audio2] src/sys/dev
To: None <source-changes@NetBSD.org>
From: TAMURA Kent <kent@netbsd.org>
List: source-changes
Date: 02/13/2005 04:36:16
Module Name:	src
Committed By:	kent
Date:		Sun Feb 13 04:36:16 UTC 2005

Modified Files:
	src/sys/dev [kent-audio2]: audio.c audio_if.h audiovar.h

Log Message:
* add AUDIO_PROP_PLAY and AUDIO_PROP_RECORD for internal use
  XXX: need to modify all of audio HW drivers.

* At the first open(), open the HW as play and record mode even if the open
flags contains either FREAD or FWRITE.

* remove AUMODE_READ and AUMODE_WRITE, and use FREAD and FWRITE instead.


To generate a diff of this commit:
cvs rdiff -r1.187.2.2 -r1.187.2.3 src/sys/dev/audio.c
cvs rdiff -r1.55 -r1.55.2.1 src/sys/dev/audio_if.h
cvs rdiff -r1.32.2.1 -r1.32.2.2 src/sys/dev/audiovar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.