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


Ignore:
Timestamp:
2012-08-30T11:41:48Z (12 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/drv/audio/sb16/dsp.h

    red3816d r92b638c  
    9090int sb_dsp_start_playback(sb_dsp_t *dsp, unsigned frames,
    9191    unsigned channels, unsigned sample_rate, pcm_sample_format_t format);
    92 int sb_dsp_stop_playback(sb_dsp_t *dsp);
     92int sb_dsp_stop_playback(sb_dsp_t *dsp, bool immediate);
    9393int sb_dsp_start_capture(sb_dsp_t *dsp, unsigned frames,
    9494    unsigned channels, unsigned sample_rate, pcm_sample_format_t format);
    95 int sb_dsp_stop_capture(sb_dsp_t *dsp);
     95int sb_dsp_stop_capture(sb_dsp_t *dsp, bool immediate);
    9696
    9797#endif
Note: See TracChangeset for help on using the changeset viewer.