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