Add a feature flag for the USB DAC mode, and gate LANG_* appropriately

This is also a necessary step for proper inclusion in the manual

Change-Id: I1c30d2399509827ef6f0095485659d42f582cff9
This commit is contained in:
Solomon Peachy 2025-11-15 08:09:05 -05:00
parent a1837d2d80
commit 1a17f69140
2 changed files with 28 additions and 12 deletions

View file

@ -308,3 +308,7 @@ codec_aac_he
#if defined(USE_LTO)
lto
#endif
#if defined(USB_ENABLE_AUDIO)
usbdac
#endif