This commit is contained in:
刘可亮
2024-06-04 19:00:30 +08:00
parent 990c72f5be
commit 0a13af6a1d
1668 changed files with 342810 additions and 37726 deletions

View File

@@ -74,7 +74,7 @@ s32 rt_audio_render_set_attr(struct aic_audio_render *render,struct aic_audio_re
stream = AUDIO_STREAM_REPLAY;
rt_device_control(rt_render->snd_dev, AUDIO_CTL_START, (void *)&stream);
rt_thread_mdelay(100);
rt_thread_mdelay(200);
return 0;
}