Ignore:
Timestamp:
2012-07-07T21:26:04Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e1b7e36
Parents:
ef246b9
Message:

libdrv/audio,drv/audio/sb16: Update and implement recording interface.

Untested.

File:
1 edited

Legend:

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

    ref246b9 ra3ab774  
    5151int audio_pcm_buffer_stop_playback(async_exch_t *, unsigned);
    5252
    53 int audio_pcm_buffer_start_record(async_exch_t *, unsigned,
    54     unsigned, unsigned, unsigned, bool);
     53int audio_pcm_buffer_start_record(async_exch_t *, unsigned, unsigned,
     54    unsigned, uint16_t, uint8_t, bool);
    5555int audio_pcm_buffer_stop_record(async_exch_t *, unsigned);
    5656
     
    6464            unsigned, unsigned, unsigned, bool);
    6565        int (*stop_playback)(ddf_fun_t *, unsigned);
    66         int (*start_record)(ddf_fun_t *, unsigned,
     66        int (*start_record)(ddf_fun_t *, unsigned, unsigned,
    6767            unsigned, unsigned, unsigned, bool);
    6868        int (*stop_record)(ddf_fun_t *, unsigned);
Note: See TracChangeset for help on using the changeset viewer.