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


Ignore:
Timestamp:
2012-07-12T18:20:45Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d01e635
Parents:
992ef56
Message:

Use named audio events.

audio/sb16: dsp uses more detailed status (not just playing/not-playing).
app/drec: Fix parameter order in.

File:
1 edited

Legend:

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

    r992ef56 r1240bb9  
    5757                uint8_t mode;
    5858                uint16_t samples;
    59                 bool playing;
    6059        } active;
     60        enum {
     61                DSP_PLAYBACK,
     62                DSP_RECORDING,
     63                DSP_STOPPED,
     64        } status;
    6165        async_sess_t *event_session;
    6266        async_exch_t *event_exchange;
Note: See TracChangeset for help on using the changeset viewer.