Changeset a10f3f3 in mainline
- Timestamp:
- 2014-08-25T10:09:21Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 903eff5
- Parents:
- 932e2f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/hdaudio/hdactl.c
r932e2f5 ra10f3f3 356 356 int wcnt; 357 357 358 wcnt = 10 ;358 wcnt = 10*1000; 359 359 360 360 fibril_mutex_lock(&hda->ctl->solrb_lock); … … 479 479 hda_reg16_read(&hda->regs->statests)); 480 480 481 async_usleep(1000*1000);482 483 481 /* Enable interrupts */ 484 482 intctl = hda_reg32_read(&hda->regs->intctl); … … 489 487 BIT_V(uint32_t, intctl_gie) | BIT_V(uint32_t, intctl_cie)); 490 488 491 async_usleep(1000*1000);492 493 489 rc = hda_corb_init(hda); 494 490 if (rc != EOK) 495 491 goto error; 496 492 497 498 async_usleep(1000*1000);499 500 493 rc = hda_rirb_init(hda); 501 494 if (rc != EOK) 502 495 goto error; 503 504 async_usleep(1000*1000);505 496 506 497 ddf_msg(LVL_NOTE, "call hda_codec_init()");
Note:
See TracChangeset
for help on using the changeset viewer.