Subject: CVS commit: [itohy-usb1] src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 06/16/2007 04:11:36
Module Name: src
Committed By: itohy
Date: Sat Jun 16 04:11:36 UTC 2007
Modified Files:
src/sys/dev/usb [itohy-usb1]: uaudio.c
Log Message:
- Map audio buffer directly and eliminate memory to memory copy
by (ab)using mbuf(9).
- Change order to fit current API: usbd_open_pipe() -> usbd_alloc_xfer;
usbd_abort_pipe() -> usbd_free_xfer() -> usbd_close_pipe().
XXX Untested
To generate a diff of this commit:
cvs rdiff -r1.109.8.1 -r1.109.8.2 src/sys/dev/usb/uaudio.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.