Changeset 3fafe5e0 in mainline for uspace/drv/audio/hdaudio/hdactl.c
- Timestamp:
- 2018-04-27T14:15:03Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7148abf
- Parents:
- a2eb85d
- git-author:
- Jiri Svoboda <jiri@…> (2018-04-26 17:14:26)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-04-27 14:15:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/hdaudio/hdactl.c
ra2eb85d r3fafe5e0 644 644 rc = hda_rirb_read(ctl->hda, &resp); 645 645 if (rc != EOK) { 646 // ddf_msg(LVL_NOTE, "nothing in rirb");646 ddf_msg(LVL_DEBUG2, "nothing in rirb"); 647 647 break; 648 648 }
Note:
See TracChangeset
for help on using the changeset viewer.