Subject: PR/35444 CVS commit: src/lib/libossaudio
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-bugs
Date: 11/08/2007 20:30:04
The following reply was made to PR pkg/35444; it has been noted by GNATS.

From: Matthias Drochner <drochner@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/35444 CVS commit: src/lib/libossaudio
Date: Thu,  8 Nov 2007 20:27:25 +0000 (UTC)

 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.