Changeset 763444e in mainline for uspace/drv/audio/sb16/dsp.h
- Timestamp:
- 2011-09-25T19:41:22Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 57542304
- Parents:
- 0687e1b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/sb16/dsp.h
r0687e1b r763444e 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 29 28 /** @addtogroup drvaudiosb16 30 29 * @{ 31 30 */ 32 31 /** @file 33 * @brief S B16 main structure combining all functionality32 * @brief Sound Blaster Digital Sound Processor (DSP) helper functions. 34 33 */ 35 34 #ifndef DRV_AUDIO_SB16_DSP_H … … 37 36 38 37 #include <libarch/ddi.h> 38 #include <errno.h> 39 39 40 40 #include "registers.h" 41 #include "dsp_commands.h" 41 42 42 43 #ifndef DSP_PIO_DELAY … … 90 91 pio_write_8(®s->dsp_reset, 0); 91 92 } 93 /*----------------------------------------------------------------------------*/ 94 int dsp_play_direct(sb16_regs_t *regs, const uint8_t *data, size_t size, 95 unsigned sample_rate, unsigned channels, unsigned bit_depth); 92 96 #endif 93 97 /**
Note:
See TracChangeset
for help on using the changeset viewer.