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


Ignore:
Timestamp:
2011-10-21T21:59:30Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
962ef67
Parents:
f14e6ea
Message:

sb16: Implement playback.

Use 16bit dma transfers for now.

File:
1 edited

Legend:

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

    rf14e6ea rdce7e41  
    4747        } version;
    4848        struct {
    49                 uint8_t *buffer_data;
    50                 uint8_t *buffer_position;
    51                 size_t buffer_size;
     49                uint8_t *data;
     50                uint8_t *position;
     51                size_t size;
    5252        } buffer;
     53        struct {
     54                const uint8_t *data;
     55                const uint8_t *position;
     56                size_t size;
     57                uint8_t mode;
     58        } playing;
    5359} sb_dsp_t;
    5460
Note: See TracChangeset for help on using the changeset viewer.