Changeset 8a637a4 in mainline for uspace/srv/audio/hound/audio_sink.c
- Timestamp:
- 2015-09-30T17:47:41Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1f7584
- Parents:
- a955fcc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/audio_sink.c
ra955fcc 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.