Ignore:
Timestamp:
2013-08-19T12:28:21Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d337f74
Parents:
b7dd149
Message:

libdrv, audio_pcm: Name immediate stop explicitly

Add fragment stop functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/audio_pcm_iface.h

    rb7dd149 r62310d7  
    9898int audio_pcm_start_playback(audio_pcm_sess_t *,
    9999    unsigned, unsigned, pcm_sample_format_t);
     100int audio_pcm_stop_playback_immediate(audio_pcm_sess_t *);
    100101int audio_pcm_stop_playback(audio_pcm_sess_t *);
    101102
     
    106107int audio_pcm_start_capture(audio_pcm_sess_t *,
    107108    unsigned, unsigned, pcm_sample_format_t);
     109int audio_pcm_stop_capture_immediate(audio_pcm_sess_t *);
    108110int audio_pcm_stop_capture(audio_pcm_sess_t *);
    109111
Note: See TracChangeset for help on using the changeset viewer.