We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111515a commit 6c3c2dfCopy full SHA for 6c3c2df
src/class/audio/audio_device.c
@@ -447,6 +447,10 @@ static inline uint8_t tu_desc_subtype(void const* desc)
447
}
448
#endif
449
450
+#if CFG_TUD_AUDIO_ENABLE_EP_OUT && CFG_TUD_AUDIO_ENABLE_FEEDBACK_EP
451
+static bool set_fb_params_freq(audiod_function_t* audio, uint32_t sample_freq, uint32_t mclk_freq);
452
+#endif
453
+
454
bool tud_audio_n_mounted(uint8_t func_id)
455
{
456
TU_VERIFY(func_id < CFG_TUD_AUDIO);
0 commit comments