diff options
| author | HiFiPHile <[email protected]> | 2026-08-26 15:54:38 +0200 |
|---|---|---|
| committer | HiFiPHile <[email protected]> | 2026-08-27 10:34:33 +0200 |
| commit | cca648556dd0c096aa7210ee5a2b962efae36440 (patch) | |
| tree | cbf897160767f5dab6b762ce7fc4fbe3b828f35e /test/unit-test/project.yml | |
| parent | 804e54f9e59dc2b6442844d1194581e2b39c35b1 (diff) | |
audio: add UAC2 host streaming support
Add protocol-selectable UAC1/UAC2 parsing, UAC2 terminal and Feature Unit topology, Clock Source discovery, sampling-frequency ranges, and protocol-specific stream controls. Cover UAC2 playback, capture, control discovery, and malformed descriptors with unit tests.
Signed-off-by: HiFiPHile <[email protected]>
Diffstat (limited to 'test/unit-test/project.yml')
| -rw-r--r-- | test/unit-test/project.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit-test/project.yml b/test/unit-test/project.yml index 9dba70d20..599dabc21 100644 --- a/test/unit-test/project.yml +++ b/test/unit-test/project.yml @@ -135,6 +135,7 @@ :test_audio_host: - CFG_TUH_ENABLED=1 - CFG_TUH_AUDIO=1 + - CFG_TUH_AUDIO_PROTOCOLS=3 - CFG_TUSB_DEBUG=0 - CFG_TUH_AUDIO_EPIN_BUFSIZE=1024 - CFG_TUH_AUDIO_EPOUT_BUFSIZE=1024 |
