Integrate OS guessing quirk into uac2_speaker_fb example.

This commit is contained in:
HiFiPhile
2024-07-28 13:23:48 +02:00
parent 4a48544aeb
commit 6a67bac47c
5 changed files with 253 additions and 3 deletions

View File

@@ -87,6 +87,14 @@ extern "C" {
#define CFG_TUSB_MEM_ALIGN __attribute__ ((aligned(4)))
#endif
/* (Needed for Full-Speed only)
* Enable host OS guessing to workaround UAC2 compatibility issues between Windows and OS X
* The default configuration only support Windows and Linux, enable this option for OS X
* support. Otherwise if you don't need Windows support you can make OS X's configuration as
* default.
*/
#define CFG_QUIRK_OS_GUESSING 1
//--------------------------------------------------------------------
// DEVICE CONFIGURATION
//--------------------------------------------------------------------