Changes in uspace/srv/audio/hound/hound.c [a0765f6:1433ecda] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/hound.c
ra0765f6 r1433ecda 146 146 static void hound_remove_source_internal(hound_t *hound, audio_source_t *source) 147 147 { 148 assert(fibril_mutex_is_locked(&hound->list_guard));149 148 log_verbose("Removing source '%s'.", source->name); 150 149 if (!list_empty(&source->connections))
Note:
See TracChangeset
for help on using the changeset viewer.