Changeset 7257eea6 in mainline for uspace/drv/audio/sb16/dsp.h


Ignore:
Timestamp:
2011-10-21T19:01:15Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f14e6ea
Parents:
9f351c8
Message:

sb16: Setup both channels (8/16 bit) to the same buffer and set channel mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/audio/sb16/dsp.h

    r9f351c8 r7257eea6  
    5757    unsigned sample_rate, unsigned channels, unsigned bit_depth);
    5858int sb_dsp_play(sb_dsp_t *dsp, const uint8_t *data, size_t size,
    59     unsigned sample_rate, unsigned channels, unsigned bit_depth);
     59    uint16_t sample_rate, unsigned channels, unsigned bit_depth);
    6060
    6161#endif
Note: See TracChangeset for help on using the changeset viewer.