Ignore:
Timestamp:
2014-08-16T15:34:44Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a333b7f
Parents:
65b09c1
Message:

Stream management. Attempt some playback.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/audio/hdaudio/spec/regs.h

    r65b09c1 r1412a184  
    4040/** Stream Descriptor registers */
    4141typedef struct {
    42         /** Control */
    43         uint16_t ctl;
     42        /** Control 1 */
     43        uint8_t ctl1;
     44        /** Control 2 */
     45        uint8_t ctl2;
     46        /** Control 3 */
     47        uint8_t ctl3;
    4448        /** Status */
    4549        uint8_t sts;
     
    142146        uint32_t icii;
    143147        /** Immediate Command Status */
    144         uint32_t icis;
     148        uint16_t icis;
    145149        /** Reserved */
    146150        uint8_t reserved8[6];
    147151        /** DMA Position Buffer Lower Base */
    148         uint32_t dpiblbase;
     152        uint32_t dplbase;
    149153        /** DMA Position Buffer Upper Base */
    150         uint32_t dpibubase;
     154        uint32_t dpubase;
    151155        /** Reserved */
    152156        uint8_t reserved9[8];
Note: See TracChangeset for help on using the changeset viewer.