module_queue now uses lib_xassert (rather than module_xassert)
This commit is contained in:
@@ -16,7 +16,8 @@ sc_usb_audio Change Log
|
||||
- CHANGE: Mixer and non-mixer channel comms scheme (decouple <-> audio path) now identical
|
||||
- CHANGE: Input stream buffering modified such that during overflow older samples are removed
|
||||
rather than ignoring most recent samples. Removes any chance of stale input packets
|
||||
being sent to host.
|
||||
being sent to host
|
||||
- CHANGE: module_queue (in sc_usb_audio) now uses lib_xassert rather than module_xassert
|
||||
|
||||
6.12.6
|
||||
------
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
|
||||
MODULE_XCC_XC_FLAGS = $(XCC_XC_FLAGS)
|
||||
|
||||
DEPENDENT_MODULES = module_xassert
|
||||
DEPENDENT_MODULES = lib_xassert
|
||||
|
||||
Reference in New Issue
Block a user