Skip to content

Commit

Permalink
Merge pull request #1965 from HiFiPhile/align
Browse files Browse the repository at this point in the history
UAC2: fix feedback EP buffer alignment.
  • Loading branch information
hathach committed Mar 21, 2023
2 parents 096b6ec + 42decd9 commit ec9c666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class/audio/audio_device.c
Expand Up @@ -312,7 +312,7 @@ typedef struct

#if CFG_TUD_AUDIO_ENABLE_FEEDBACK_EP
struct {
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).
uint32_t min_value; // min value according to UAC2 FMT-2.0 section 2.3.1.1.
uint32_t max_value; // max value according to UAC2 FMT-2.0 section 2.3.1.1.

Expand Down

0 comments on commit ec9c666

Please sign in to comment.