Changes in uspace/srv/audio/hound/audio_sink.c [8a637a4:feeac0d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/audio_sink.c
r8a637a4 rfeeac0d 103 103 if (!pcm_format_is_any(&sink->format)) { 104 104 log_debug("Sink %s already has a format", sink->name); 105 return EEXIST ;105 return EEXISTS; 106 106 } 107 107 const pcm_format_t old_format = sink->format;
Note:
See TracChangeset
for help on using the changeset viewer.