From d8fe01f19a48b960f5f82735b38ab798d07f2891 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 16 Jun 2011 06:49:08 +0000 Subject: Rename new Audio class driver functions, callbacks and events to ensure that they contain the USB mode (Device or Host) in the function names. --- LUFA/ManPages/MigrationInformation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/ManPages/MigrationInformation.txt') diff --git a/LUFA/ManPages/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt index c4517982c..390dd8846 100644 --- a/LUFA/ManPages/MigrationInformation.txt +++ b/LUFA/ManPages/MigrationInformation.txt @@ -17,7 +17,7 @@ * \c TotalDiscreteSampleRates. Existing applications will need to add an array of \ref USB_Audio_SampleFreq_t elements * immediately following any \ref USB_Audio_Descriptor_Format_t descriptors, and insert the appropriate sampling rates * supported by the device, as well as rename the descriptor elements to match the updated element names. - * - The device mode Audio class driver now requires a new user application callback, \ref CALLBACK_Audio_GetSetEndpointProperty(). + * - The device mode Audio class driver now requires a new user application callback, \ref CALLBACK_Audio_Device_GetSetEndpointProperty(). * Existing applications must implement this new callback, however if multiple sample rates or pitch control is not used, * this function may be hard-coded to always return false for previous behaviour to be retained. * -- cgit v1.2.3