Source-Changes archive

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

CVS commit: [netbsd-5] src/sys/arch/hp700/gsc



Module Name:    src
Committed By:   snj
Date:           Fri Apr 17 03:40:46 UTC 2009

Modified Files:
        src/sys/arch/hp700/gsc [netbsd-5]: harmony.c

Log Message:
Pull up following revision(s) (requested by mjf in ticket #704):
        sys/arch/hp700/gsc/harmony.c: revision 1.14
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.13.4.1 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