Changeset 346643c in mainline for uspace/drv/audio/sb16/dsp.h
- Timestamp:
- 2012-07-11T12:05:30Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 039337e8
- Parents:
- 94694a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/sb16/dsp.h
r94694a4 r346643c 38 38 #include <libarch/ddi.h> 39 39 #include <errno.h> 40 #include <pcm_sample_format.h> 40 41 41 42 #include "registers.h" … … 71 72 int sb_dsp_release_buffer(sb_dsp_t *dsp, unsigned id); 72 73 int sb_dsp_start_playback(sb_dsp_t *dsp, unsigned id, unsigned parts, 73 unsigned sample_rate, unsigned sample_size, unsigned channels, bool sign);74 unsigned channels, unsigned sample_rate, pcm_sample_format_t format); 74 75 int sb_dsp_stop_playback(sb_dsp_t *dsp, unsigned id); 75 76 int sb_dsp_start_record(sb_dsp_t *dsp, unsigned id, unsigned parts, 76 unsigned sample_rate, unsigned sample_size, unsigned channels, bool sign);77 unsigned channels, unsigned sample_rate, pcm_sample_format_t format); 77 78 int sb_dsp_stop_record(sb_dsp_t *dsp, unsigned id); 78 79
Note:
See TracChangeset
for help on using the changeset viewer.