diff options
| author | MasterPhi <[email protected]> | 2021-06-30 19:04:04 +0200 |
|---|---|---|
| committer | MasterPhi <[email protected]> | 2021-07-04 15:46:11 +0200 |
| commit | 325742acb45b14ca3e5ebc64f82706cd31fe495b (patch) | |
| tree | 08a4237ddaf0fcaf4f74b078332b5743d32eb43a /examples/device/uac2_headset/src/main.c | |
| parent | 6e9da70c18a0dbabaedb1c9aadcc9fe53a0113a7 (diff) | |
Fix typo
Diffstat (limited to 'examples/device/uac2_headset/src/main.c')
| -rw-r--r-- | examples/device/uac2_headset/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/uac2_headset/src/main.c b/examples/device/uac2_headset/src/main.c index e76b081c8..e119ee2c8 100644 --- a/examples/device/uac2_headset/src/main.c +++ b/examples/device/uac2_headset/src/main.c @@ -212,7 +212,7 @@ static bool tud_audio_clock_set_request(uint8_t rhport, audio_control_request_t { (void)rhport; - TU_ASSERT(request->bEntityID == UAC2_ENTITY_SPK_FEATURE_UNIT); + TU_ASSERT(request->bEntityID == UAC2_ENTITY_CLOCK); TU_VERIFY(request->bRequest == AUDIO_CS_REQ_CUR); if (request->bControlSelector == AUDIO_CS_CTRL_SAM_FREQ) |
