Module Name: src Committed By: jmcneill Date: Sat Feb 15 00:35:18 UTC 2025
Modified Files: src/sys/arch/evbppc/wii/dev: bwai.c Log Message: wii: Audio playback improvements. Instead of resetting the byte counter for every block (which is racy), increment the interrupt timing register by the exact byte count for each block. Should do better at keeping things in sync. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbppc/wii/dev/bwai.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.