Changeset 92b638c in mainline for uspace/drv/audio/sb16/dsp.h
- Timestamp:
- 2012-08-30T11:41:48Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5eed99d
- Parents:
- ed3816d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/sb16/dsp.h
red3816d r92b638c 90 90 int sb_dsp_start_playback(sb_dsp_t *dsp, unsigned frames, 91 91 unsigned channels, unsigned sample_rate, pcm_sample_format_t format); 92 int sb_dsp_stop_playback(sb_dsp_t *dsp );92 int sb_dsp_stop_playback(sb_dsp_t *dsp, bool immediate); 93 93 int sb_dsp_start_capture(sb_dsp_t *dsp, unsigned frames, 94 94 unsigned channels, unsigned sample_rate, pcm_sample_format_t format); 95 int sb_dsp_stop_capture(sb_dsp_t *dsp );95 int sb_dsp_stop_capture(sb_dsp_t *dsp, bool immediate); 96 96 97 97 #endif
Note:
See TracChangeset
for help on using the changeset viewer.