Changeset df96271 in mainline
- Timestamp:
- 2018-05-13T10:34:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f9597866
- Parents:
- 2021428
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/hdaudio/hdactl.c
r2021428 rdf96271 284 284 hda->ctl->ok64bit ? 0 : DMAMEM_4GiB, AS_AREA_READ | AS_AREA_WRITE, 0, 285 285 &hda->ctl->rirb_phys, &hda->ctl->rirb_virt); 286 if (rc != EOK) { 287 hda->ctl->rirb_virt = NULL; 288 ddf_msg(LVL_NOTE, "Failed allocating DMA memory for RIRB"); 289 goto error; 290 } 286 291 287 292 ddf_msg(LVL_NOTE, "Set RIRB base registers");
Note:
See TracChangeset
for help on using the changeset viewer.