[client] usb audio: add audio provider

Adapt the emulated UAC2 playback stream to LG_AudioOps.

Preserve borrowed packet delivery, publish reconstructed timing, and
synchronize provider availability and attachment transitions.
This commit is contained in:
Geoffrey McRae
2026-08-09 22:12:39 +10:00
parent 6979b93da5
commit 06f111dc90
5 changed files with 628 additions and 4 deletions

View File

@@ -216,6 +216,7 @@ endif()
if(ENABLE_USB_AUDIO)
list(APPEND SOURCES
src/audio_usb.c
src/usb_audio.c
src/usbredir.c
)