Changeset 6136393 in mainline
- Timestamp:
- 2012-08-20T17:20:42Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ed3816d
- Parents:
- 74c7164
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/sb16/dsp.h
r74c7164 r6136393 54 54 } dsp_state_t; 55 55 56 typedef struct sb_dsp _t{56 typedef struct sb_dsp { 57 57 sb16_regs_t *regs; 58 58 int dma8_channel; 59 59 int dma16_channel; 60 bool ignore_interrupts;61 60 struct { 62 61 uint8_t major;
Note:
See TracChangeset
for help on using the changeset viewer.