Changeset 57542304 in mainline
- Timestamp:
- 2011-09-25T20:08:45Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a4a4e47
- Parents:
- 763444e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/sb16/dsp_commands.h
r763444e r57542304 38 38 /** See Sound Blaster Series HW programming Guide Chapter 6. */ 39 39 typedef enum dsp_command { 40 DIRECT_8B_OUTPUT = 0x 20, /* Followed by unsigned byte of digital data,40 DIRECT_8B_OUTPUT = 0x10, /* Followed by unsigned byte of digital data, 41 41 * software controls sampling rate */ 42 DIRECT_8B_INPUT = 0x 10, /* Same as DIRECT_8B_OUTPUT but for input */42 DIRECT_8B_INPUT = 0x20, /* Same as DIRECT_8B_OUTPUT but for input */ 43 43 44 44 TRANSFER_TIME_CONSTANT = 0x40, /* Followed by time constant.
Note:
See TracChangeset
for help on using the changeset viewer.