Subject: CVS commit: src/lib/libossaudio
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 11/08/2007 20:27:25
Module Name:	src
Committed By:	drochner
Date:		Thu Nov  8 20:27:25 UTC 2007

Modified Files:
	src/lib/libossaudio: ossaudio.c

Log Message:
Set the number of record and play channels individually -- currently
we try to set both in one ioctl, to the same value, which fails if not
both record and play direction support that many channels. (Having
more play than record channels is common these days.)
This does likely address part of the problem described in PR pkg/35444
by Mihai Chelaru, and it helped Matthew R. Green about half a year
ago -- see the thread in tech-misc in April.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/lib/libossaudio/ossaudio.c

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