Changes in uspace/drv/audio/hdaudio/hdactl.h [a64970e1:5a6cc679] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/hdaudio/hdactl.h
ra64970e1 r5a6cc679 1 1 /* 2 * Copyright (c) 20 25Jiri Svoboda2 * Copyright (c) 2014 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 77 77 extern hda_ctl_t *hda_ctl_init(hda_t *); 78 78 extern void hda_ctl_fini(hda_ctl_t *); 79 extern void hda_ctl_quiesce(hda_ctl_t *);80 79 extern void hda_ctl_interrupt(hda_ctl_t *); 81 80 extern errno_t hda_cmd(hda_t *, uint32_t, uint32_t *);
Note:
See TracChangeset
for help on using the changeset viewer.