NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/52685 CVS commit: src/sys/dev



The following reply was made to PR kern/52685; it has been noted by GNATS.

From: "Nathanial Sloss" <nat%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52685 CVS commit: src/sys/dev
Date: Thu, 16 Nov 2017 23:43:48 +0000

 Module Name:	src
 Committed By:	nat
 Date:		Thu Nov 16 23:43:48 UTC 2017
 
 Modified Files:
 	src/sys/dev: audio.c
 
 Log Message:
 Use correct combination of mix ring block size and vc playring used low
 for signalling the writer or fetching data from the vc play ring filters.
 
 When dealing with the ring buffer sc_mpr.s it is necessary to use the hwvc
 or mixring block sizes as they represent the final size of the data to be
 played back from the stream vc.
 
 When dealing with sc_pustream when there is play back filters or not one
 should use the vc->sc_mpr.blocksize, as this represents the amount of data
 before going through play back filters.
 
 This should address PR kern/52685.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.439 -r1.440 src/sys/dev/audio.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index