sound:soc:wm8960:Change delay time when first capture
authorXingyu Wu <xingyu.wu@starfivetech.com>
Wed, 14 Sep 2022 07:39:23 +0000 (15:39 +0800)
committerXingyu Wu <xingyu.wu@starfivetech.com>
Thu, 15 Sep 2022 08:39:10 +0000 (16:39 +0800)
Change delay time from 800 to 1000 when first capture.

Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
sound/soc/codecs/wm8960.c

index 22e0a44..969ae8d 100755 (executable)
@@ -1006,7 +1006,7 @@ static int wm8960_set_bias_level_out3(struct snd_soc_component *component,
        switch (level) {
        case SND_SOC_BIAS_ON:
                if (wm8960->first_capture && wm8960->is_capture) {
-                       msleep(800);
+                       msleep(1000);
                        wm8960->first_capture = false;
                }
                break;