Changeset 92b638c in mainline for uspace/app/drec/drec.c
- Timestamp:
- 2012-08-30T11:41:48Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5eed99d
- Parents:
- ed3816d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/drec/drec.c
red3816d r92b638c 124 124 const unsigned frames = rec->buffer.size / 125 125 (BUFFER_PARTS * channels * pcm_sample_format_size(format)); 126 int ret = audio_pcm_start_capture (rec->device,126 int ret = audio_pcm_start_capture_fragment(rec->device, 127 127 frames, channels, sampling_rate, format); 128 128 if (ret != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.