VirtualBox

Ignore:
Timestamp:
Apr 30, 2021 12:51:06 PM (4 years ago)
Author:
vboxsync
Message:

Audio/SB16: Documented SB16STREAMHWCFG. bugref:9890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevSB16.cpp

    r88797 r88799  
    198198} SB16STREAMDEBUG;
    199199
     200/**
     201 * Structure for keeping a SB16 hardware stream configuration.
     202 */
    200203typedef struct SB16STREAMHWCFG
    201204{
     205    /** IRQ # to use. */
    202206    uint8_t                         uIrq;
     207    /** Low DMA channel to use. */
    203208    uint8_t                         uDmaChanLow;
     209    /** High DMA channel to use. */
    204210    uint8_t                         uDmaChanHigh;
     211    /** IO port to use. */
    205212    RTIOPORT                        uPort;
     213    /** DSP version to expose. */
    206214    uint16_t                        uVer;
    207215} SB16STREAMHWCFG;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette