Changeset 5c62b5f in mainline
- Timestamp:
- 2011-11-30T22:37:47Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b2a6dacf
- Parents:
- ed3f8d5
- Location:
- uspace/drv/audio/sb16
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/sb16/dsp.c
red3f8d5 r5c62b5f 248 248 } 249 249 /*----------------------------------------------------------------------------*/ 250 int sb_dsp_play(sb_dsp_t *dsp, const uint8_t*data, size_t size,250 int sb_dsp_play(sb_dsp_t *dsp, const void *data, size_t size, 251 251 uint16_t sampling_rate, unsigned channels, unsigned sample_size) 252 252 { -
uspace/drv/audio/sb16/dsp.h
red3f8d5 r5c62b5f 68 68 int sb_dsp_play_direct(sb_dsp_t *dsp, const uint8_t *data, size_t size, 69 69 unsigned sample_rate, unsigned channels, unsigned bit_depth); 70 int sb_dsp_play(sb_dsp_t *dsp, const uint8_t*data, size_t size,70 int sb_dsp_play(sb_dsp_t *dsp, const void *data, size_t size, 71 71 uint16_t sample_rate, unsigned channels, unsigned bit_depth); 72 72
Note:
See TracChangeset
for help on using the changeset viewer.