Skip to content

Commit

Permalink
Use UAC 1 to avoid xmos#434
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-xmos committed Oct 14, 2024
1 parent 14016ff commit ca58bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ int main()
/* Low level USB device layer core */
on tile[0]: XUD_Main(c_ep_out, 1, c_ep_in, 2,
c_sof, epTypeTableOut, epTypeTableIn,
XUD_SPEED_HS, XUD_PWR_BUS);
XUD_SPEED_FS, XUD_PWR_BUS);

/* Endpoint 0 core from lib_xua */
/* Note, since we are not using many features we pass in null for quite a few params.. */
Expand Down
1 change: 1 addition & 0 deletions examples/AN00248_xua_example_pdm_mics/src/xua_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#define EXCLUDE_USB_AUDIO_MAIN

#define AUDIO_CLASS 1
#define VENDOR_STR "XMOS"
#define VENDOR_ID 0x20B1
#define PRODUCT_STR_A2 "XUA PDM Example"
Expand Down

0 comments on commit ca58bb2

Please sign in to comment.