VirtualBox

Changeset 82301 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Nov 30, 2019 5:13:41 PM (5 years ago)
Author:
vboxsync
Message:

DevHDA: Converted MMIO region to new style. [fix] bugref:9218

File:
1 edited

Legend:

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

    r82300 r82301  
    52135213 * @callback_method_impl{PDMDEVREGR0,pfnConstruct}
    52145214 */
    5215 static DECLCALLBACK(int) ohciRZConstruct(PPDMDEVINS pDevIns)
     5215static DECLCALLBACK(int) hdaRZConstruct(PPDMDEVINS pDevIns)
    52165216{
    52175217    PDMDEV_CHECK_VERSIONS_RETURN(pDevIns); /* this shall come first */
     
    52715271#elif defined(IN_RING0)
    52725272    /* .pfnEarlyConstruct = */      NULL,
    5273     /* .pfnConstruct = */           NULL,
     5273    /* .pfnConstruct = */           hdaRZConstruct,
    52745274    /* .pfnDestruct = */            NULL,
    52755275    /* .pfnFinalDestruct = */       NULL,
     
    52845284    /* .pfnReserved7 = */           NULL,
    52855285#elif defined(IN_RC)
    5286     /* .pfnConstruct = */           NULL,
     5286    /* .pfnConstruct = */           hdaRZConstruct,
    52875287    /* .pfnReserved0 = */           NULL,
    52885288    /* .pfnReserved1 = */           NULL,
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