VirtualBox

Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (14 years ago)
Author:
vboxsync
Message:

*: spelling fixes, thanks Timeless!

File:
1 edited

Legend:

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

    r33444 r33540  
    162162#define CORBSIZE_SZ(pState) (HDA_REG(pState, ICH6_HDA_REG_CORBSIZE) & ICH6_HDA_CORBSIZE_SZ)
    163163#define CORBSIZE_SZ_CAP(pState) (HDA_REG(pState, ICH6_HDA_REG_CORBSIZE) & ICH6_HDA_CORBSIZE_SZ_CAP)
    164 /* till ich 10 sizes of CORB and RIRB are harcoded to 256 in real hw */
     164/* till ich 10 sizes of CORB and RIRB are hardcoded to 256 in real hw */
    165165
    166166#define ICH6_HDA_REG_RIRLBASE  20 /* 0x50 */
     
    380380    HDABDLEDESC  stOutBdle;
    381381    HDABDLEDESC  stMicBdle;
    382     /* Interrupt on completition */
     382    /* Interrupt on completion */
    383383    bool        fCviIoc;
    384384    uint64_t    u64CORBBase;
     
    15881588        pThis->hda.pu64RirbBuf = (uint64_t *)RTMemAllocZ(pThis->hda.cbRirbBuf);
    15891589
    1590     /* Accoding to ICH6 datasheet, 0x40000 is default value for stream descriptor register 23:20
     1590    /* According to ICH6 datasheet, 0x40000 is default value for stream descriptor register 23:20
    15911591     * bits are reserved for stream number 18.2.33 */
    15921592    SDCTL(&pThis->hda, 0) = 0x40000;
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