PERFORCE change 179522 for review
Hans Petter Selasky
hselasky at FreeBSD.org
Sat Jun 12 08:00:04 UTC 2010
http://p4web.freebsd.org/@@179522?ac=10
Change 179522 by hselasky at hselasky_laptop001 on 2010/06/12 07:59:32
USB audio:
- fix compile issue when USB debugging is turned on.
Affected files ...
.. //depot/projects/usb/src/sys/dev/sound/usb/uaudio.c#70 edit
Differences ...
==== //depot/projects/usb/src/sys/dev/sound/usb/uaudio.c#70 (text+ko) ====
@@ -792,8 +792,8 @@
ed, ed->bLength, ed->bDescriptorType,
ed->bEndpointAddress, ed->bmAttributes,
UGETW(ed->wMaxPacketSize), ed->bInterval,
- UEP_HAS_REFRESH(ep) ? ed->bRefresh : 0,
- UEP_HAS_SYNCADDR(ep) ? ed->bSynchAddress : 0);
+ UEP_HAS_REFRESH(ed) ? ed->bRefresh : 0,
+ UEP_HAS_SYNCADDR(ed) ? ed->bSynchAddress : 0);
}
}
More information about the p4-projects
mailing list