Changeset 03362fbd in mainline for uspace/srv/audio
- Timestamp:
- 2013-02-09T23:14:45Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 22dfd38
- Parents:
- b5d2e57 (diff), 005b765 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- uspace/srv/audio/hound
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/audio_device.h
rb5d2e57 r03362fbd 38 38 39 39 #include <adt/list.h> 40 #include <bool.h>41 40 #include <async.h> 42 41 #include <fibril_synch.h> -
uspace/srv/audio/hound/audio_sink.h
rb5d2e57 r03362fbd 39 39 #include <adt/list.h> 40 40 #include <async.h> 41 #include < bool.h>41 #include <stdbool.h> 42 42 #include <fibril.h> 43 43 #include <pcm/format.h> -
uspace/srv/audio/hound/audio_source.h
rb5d2e57 r03362fbd 38 38 39 39 #include <adt/list.h> 40 #include <bool.h>41 40 #include <pcm/format.h> 42 41 -
uspace/srv/audio/hound/main.c
rb5d2e57 r03362fbd 36 36 37 37 #include <async.h> 38 #include <bool.h>39 38 #include <errno.h> 40 39 #include <stdio.h>
Note:
See TracChangeset
for help on using the changeset viewer.