Hi, we use DM8168, RDK4.0, AIC3101.
In the audio capture thread, I printf the frames after snd_pcm_hw_params_set_period_size_near().
I found if I set the capture sampleRate to 24K, the frames is still 1024.
If I set the capture sampleRate to 16, 44.1, 48, the frames will change to 1025.
What's the problem?