Changeset 92b638c in mainline for uspace/app/drec/drec.c


Ignore:
Timestamp:
2012-08-30T11:41:48Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5eed99d
Parents:
ed3816d
Message:

audio, sb16: Add and implement API for playback/capture with or without fragments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/drec/drec.c

    red3816d r92b638c  
    124124        const unsigned frames = rec->buffer.size /
    125125            (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,
    127127            frames, channels, sampling_rate, format);
    128128        if (ret != EOK) {
Note: See TracChangeset for help on using the changeset viewer.