usb: add usb iAP driver

add class driver source files.
also register iap audio sink.
usbstack/iap/libiap directory is imported from libiap.

Change-Id: I776c5caec33fe9efadc448e2e3b37d500bf19c9f
This commit is contained in:
mojyack 2025-12-19 20:45:16 +09:00 committed by Solomon Peachy
parent 2b9e4a8d70
commit 3bb656625b
193 changed files with 9650 additions and 1 deletions

View file

@ -1400,6 +1400,10 @@ Lyre prototype 1 */
#define USB_ENABLE_IAP
#endif
#if defined(USB_ENABLE_IAP)
#define HAVE_MULTIMEDIA_KEYS
#endif
#endif /* BOOTLOADER */
#endif /* HAVE_USBSTACK */