Changeset d2d5329 in mainline for uspace/drv/audio/hdaudio/hdactl.h
- Timestamp:
- 2014-08-14T14:21:28Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 65b09c1
- Parents:
- 8d070710
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/hdaudio/hdactl.h
r8d070710 rd2d5329 47 47 size_t rirb_entries; 48 48 size_t rirb_rp; 49 50 struct hda_codec *codec; 49 51 } hda_ctl_t; 50 52 51 53 extern hda_ctl_t *hda_ctl_init(hda_t *); 52 54 extern void hda_ctl_fini(hda_ctl_t *); 55 extern int hda_cmd(hda_t *, uint32_t, uint32_t *); 53 56 54 57 #endif
Note:
See TracChangeset
for help on using the changeset viewer.