Changeset 46577995 in mainline for uspace/srv/audio/hound/main.c
- Timestamp:
- 2018-01-04T20:50:52Z (8 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/main.c
rfacacc71 r46577995 57 57 static hound_t hound; 58 58 59 static int device_callback(service_id_t id, const char *name)59 static errno_t device_callback(service_id_t id, const char *name) 60 60 { 61 61 return hound_add_device(&hound, id, name); … … 76 76 } 77 77 78 int ret = hound_init(&hound);78 errno_t ret = hound_init(&hound); 79 79 if (ret != EOK) { 80 80 log_fatal("Failed to initialize hound structure: %s",
Note:
See TracChangeset
for help on using the changeset viewer.