Changeset fb14905 in mainline
- Timestamp:
- 2013-04-05T18:15:40Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 19f6ea5b
- Parents:
- 353f8cc
- Location:
- uspace/srv/audio/hound
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/Makefile
r353f8cc rfb14905 42 42 43 43 SOURCES = \ 44 audio_client.c \45 44 audio_data.c \ 46 45 audio_device.c \ -
uspace/srv/audio/hound/hound.c
r353f8cc rfb14905 39 39 40 40 #include "hound.h" 41 #include "audio_client.h"42 41 #include "audio_device.h" 43 42 #include "audio_sink.h" -
uspace/srv/audio/hound/main.c
r353f8cc rfb14905 49 49 #define CATEGORY "audio-pcm" 50 50 51 #include "audio_client.h"52 51 #include "log.h" 53 52
Note:
See TracChangeset
for help on using the changeset viewer.