We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 096b6ec + 42decd9 commit ec9c666Copy full SHA for ec9c666
src/class/audio/audio_device.c
@@ -312,7 +312,7 @@ typedef struct
312
313
#if CFG_TUD_AUDIO_ENABLE_FEEDBACK_EP
314
struct {
315
- uint32_t value; // Feedback value for asynchronous mode (in 16.16 format).
+ CFG_TUSB_MEM_ALIGN uint32_t value; // Feedback value for asynchronous mode (in 16.16 format).
316
uint32_t min_value; // min value according to UAC2 FMT-2.0 section 2.3.1.1.
317
uint32_t max_value; // max value according to UAC2 FMT-2.0 section 2.3.1.1.
318
0 commit comments