VirtualBox

Changeset 31065 in vbox


Ignore:
Timestamp:
Jul 23, 2010 2:45:11 PM (15 years ago)
Author:
vboxsync
Message:

HDA: The HDA PCI class is 2, not 3.

File:
1 edited

Legend:

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

    r31062 r31065  
    14781478    PCIDevSetRevisionId         (&pThis->dev, 0x01);   /* 08 ro - rid. */
    14791479    PCIDevSetClassProg          (&pThis->dev, 0x00);   /* 09 ro - pi. */
    1480     PCIDevSetClassSub           (&pThis->dev, 0x03);   /* 0a ro - scc; 01 == Audio. */
     1480    PCIDevSetClassSub           (&pThis->dev, 0x02);   /* 0a ro - scc; 02 == HDA. */
    14811481    PCIDevSetClassBase          (&pThis->dev, 0x04);   /* 0b ro - bcc; 04 == multimedia. */
    14821482    PCIDevSetHeaderType         (&pThis->dev, 0x00);   /* 0e ro - headtyp. */
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