Changeset d86c9736 in mainline for uspace/drv/audio/sb16/dsp.h
- Timestamp:
- 2012-08-19T14:35:32Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fa91c0f
- Parents:
- ad42844
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/sb16/dsp.h
rad42844 rd86c9736 63 63 enum { 64 64 DSP_PLAYBACK, 65 DSP_ RECORDING,65 DSP_CAPTURE, 66 66 DSP_STOPPED, 67 67 } status; … … 83 83 unsigned channels, unsigned sample_rate, pcm_sample_format_t format); 84 84 int sb_dsp_stop_playback(sb_dsp_t *dsp); 85 int sb_dsp_start_ record(sb_dsp_t *dsp, unsigned frames,85 int sb_dsp_start_capture(sb_dsp_t *dsp, unsigned frames, 86 86 unsigned channels, unsigned sample_rate, pcm_sample_format_t format); 87 int sb_dsp_stop_ record(sb_dsp_t *dsp);87 int sb_dsp_stop_capture(sb_dsp_t *dsp); 88 88 89 89 #endif
Note:
See TracChangeset
for help on using the changeset viewer.