Changeset 57e8b3b in mainline for uspace/drv/audio/sb16/dsp.h
- Timestamp:
- 2012-07-15T15:25:43Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5cd5079
- Parents:
- 2cc5c835
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/sb16/dsp.h
r2cc5c835 r57e8b3b 57 57 uint8_t mode; 58 58 uint16_t samples; 59 unsigned frame_count; 59 60 } active; 60 61 enum { … … 75 76 int sb_dsp_set_event_session(sb_dsp_t *dsp, async_sess_t *session); 76 77 int sb_dsp_release_buffer(sb_dsp_t *dsp); 77 int sb_dsp_start_playback(sb_dsp_t *dsp, unsigned parts,78 int sb_dsp_start_playback(sb_dsp_t *dsp, unsigned frames, 78 79 unsigned channels, unsigned sample_rate, pcm_sample_format_t format); 79 80 int sb_dsp_stop_playback(sb_dsp_t *dsp); 80 int sb_dsp_start_record(sb_dsp_t *dsp, unsigned parts,81 int sb_dsp_start_record(sb_dsp_t *dsp, unsigned frames, 81 82 unsigned channels, unsigned sample_rate, pcm_sample_format_t format); 82 83 int sb_dsp_stop_record(sb_dsp_t *dsp);
Note:
See TracChangeset
for help on using the changeset viewer.