aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/MigrationInformation.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-06-16 06:49:08 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-06-16 06:49:08 +0000
commitd8fe01f19a48b960f5f82735b38ab798d07f2891 (patch)
tree70f263f3bae17a97c0e3b776a81ec1178d9dbbd7 /LUFA/ManPages/MigrationInformation.txt
parent57eedebd191c91ce125238a8a2cb1482186d6164 (diff)
downloadlufa-d8fe01f19a48b960f5f82735b38ab798d07f2891.tar.gz
lufa-d8fe01f19a48b960f5f82735b38ab798d07f2891.tar.bz2
lufa-d8fe01f19a48b960f5f82735b38ab798d07f2891.zip
Rename new Audio class driver functions, callbacks and events to ensure that they contain the USB mode (Device or Host) in the function names.
Diffstat (limited to 'LUFA/ManPages/MigrationInformation.txt')
-rw-r--r--LUFA/ManPages/MigrationInformation.txt2
1 files changed, 1 insertions, 1 deletions
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.
*