NetBSD-Bugs archive

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

PR/35239 CVS commit: src/sys/arch/hp700/gsc



The following reply was made to PR port-hp700/35239; it has been noted by GNATS.

From: Matt Fleming <mjf%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/35239 CVS commit: src/sys/arch/hp700/gsc
Date: Wed, 15 Apr 2009 20:07:58 +0000

 Module Name:   src
 Committed By:  mjf
 Date:          Wed Apr 15 20:07:58 UTC 2009
 
 Modified Files:
        src/sys/arch/hp700/gsc: harmony.c
 
 Log Message:
 Get audio capture fully working with harmony(4) and fix PR/35239.
 
 skrll@ reports that with this patch he can record and playback audio.
 Suprisingly the bug was actually with playback and not with capture.
 When not capturing or playing audio we write to or read from "empty
 buffers", the problem was that playback and capture were using the same
 buffer and the playback code managed to pick up a bit of data that was
 written from the capture code.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.13 -r1.14 src/sys/arch/hp700/gsc/harmony.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