Ignore:
Timestamp:
2011-09-25T20:08:45Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a4a4e47
Parents:
763444e
Message:

sb16: Fix direct input/output opcodes

File:
1 edited

Legend:

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

    r763444e r57542304  
    3838/** See Sound Blaster Series HW programming Guide Chapter 6. */
    3939typedef enum dsp_command {
    40         DIRECT_8B_OUTPUT = 0x20, /* Followed by unsigned byte of digital data,
     40        DIRECT_8B_OUTPUT = 0x10, /* Followed by unsigned byte of digital data,
    4141                                  * software controls sampling rate */
    42         DIRECT_8B_INPUT = 0x10,  /* Same as DIRECT_8B_OUTPUT but for input */
     42        DIRECT_8B_INPUT = 0x20,  /* Same as DIRECT_8B_OUTPUT but for input */
    4343
    4444        TRANSFER_TIME_CONSTANT = 0x40, /* Followed by time constant.
Note: See TracChangeset for help on using the changeset viewer.