Changeset d86c9736 in mainline for uspace/drv/audio/sb16/dsp.h


Ignore:
Timestamp:
2012-08-19T14:35:32Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fa91c0f
Parents:
ad42844
Message:

Rename record → capture.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/audio/sb16/dsp.h

    rad42844 rd86c9736  
    6363        enum {
    6464                DSP_PLAYBACK,
    65                 DSP_RECORDING,
     65                DSP_CAPTURE,
    6666                DSP_STOPPED,
    6767        } status;
     
    8383    unsigned channels, unsigned sample_rate, pcm_sample_format_t format);
    8484int sb_dsp_stop_playback(sb_dsp_t *dsp);
    85 int sb_dsp_start_record(sb_dsp_t *dsp, unsigned frames,
     85int sb_dsp_start_capture(sb_dsp_t *dsp, unsigned frames,
    8686    unsigned channels, unsigned sample_rate, pcm_sample_format_t format);
    87 int sb_dsp_stop_record(sb_dsp_t *dsp);
     87int sb_dsp_stop_capture(sb_dsp_t *dsp);
    8888
    8989#endif
Note: See TracChangeset for help on using the changeset viewer.