Changeset 2cc5c835 in mainline for uspace/srv/audio/hound/audio_device.h
- Timestamp:
- 2012-07-15T15:14:10Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 57e8b3b
- Parents:
- b497018
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/audio_device.h
rb497018 r2cc5c835 43 43 #include <errno.h> 44 44 #include <ipc/loc.h> 45 #include <audio_pcm_iface.h> 45 46 46 47 #include "audio_source.h" … … 50 51 link_t link; 51 52 service_id_t id; 52 a sync_sess_t *sess;53 audio_pcm_sess_t *sess; 53 54 char *name; 54 55 struct {
Note:
See TracChangeset
for help on using the changeset viewer.