Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [itohy-usb1] src/sys/dev/usb
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.
Home |
Main Index |
Thread Index |
Old Index