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 198dde0 commit 9fb9fa1Copy full SHA for 9fb9fa1
sound/pci/hda/patch_cs8409.c
@@ -888,7 +888,7 @@ static void cs42l42_resume(struct sub_codec *cs42l42)
888
889
/* Initialize CS42L42 companion codec */
890
cs8409_i2c_bulk_write(cs42l42, cs42l42->init_seq, cs42l42->init_seq_num);
891
- usleep_range(20000, 25000);
+ usleep_range(30000, 35000);
892
893
/* Clear interrupts, by reading interrupt status registers */
894
cs8409_i2c_bulk_read(cs42l42, irq_regs, ARRAY_SIZE(irq_regs));
0 commit comments