VirtualBox

Ignore:
Timestamp:
Jul 22, 2010 10:06:58 AM (14 years ago)
Author:
vboxsync
Message:

add support for Intel HD Audio, now built by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r30955 r30976  
    18111811
    18121812        /*
    1813          * AC'97 ICH / SoundBlaster16 audio
     1813         * AC'97 ICH / SoundBlaster16 audio / Intel HD Audio
    18141814         */
    18151815        BOOL enabled;
     
    18291829                    /* default: ICH AC97 */
    18301830                    InsertConfigNode(pDevices, "ichac97", &pDev);
    1831                     rc = CFGMR3InsertNode(pDev,     "0", &pInst);
     1831                    InsertConfigNode(pDev,     "0", &pInst);
    18321832                    InsertConfigInteger(pInst, "Trusted",          1); /* boolean */
    18331833                    InsertConfigInteger(pInst, "PCIDeviceNo",      5);
     
    18511851                    InsertConfigInteger(pCfg,  "Version", 0x0405);
    18521852                    break;
     1853                }
     1854                case AudioControllerType_HDA:
     1855                {
     1856                    /* Intel HD Audio */
     1857                    InsertConfigNode(pDevices, "hda", &pDev);
     1858                    InsertConfigNode(pDev,     "0", &pInst);
     1859                    InsertConfigInteger(pInst, "Trusted",          1); /* boolean */
     1860                    InsertConfigInteger(pInst, "PCIDeviceNo",      5);
     1861                    Assert(!afPciDeviceNo[5]);
     1862                    afPciDeviceNo[5] = true;
     1863                    InsertConfigInteger(pInst, "PCIFunctionNo",    0);
     1864                    InsertConfigNode(pInst,    "Config", &pCfg);
    18531865                }
    18541866            }
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