This patch fixes microphone inconsistency issues by adding a delay to
each setup_defaults function. Without this, the microphone only works
intermittently.
Signed-off-by: Connor McAdams <[email protected]>
Reviewed-by: Takashi Sakamoto <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
int num_fx;
int idx, i;
+ msleep(100);
+
if (spec->dsp_state != DSP_DOWNLOADED)
return;
int num_fx;
int idx, i;
+ msleep(100);
+
if (spec->dsp_state != DSP_DOWNLOADED)
return;
int num_fx;
int idx, i;
+ msleep(100);
+
if (spec->dsp_state != DSP_DOWNLOADED)
return;