VirtualBox

Changeset 33444 in vbox for trunk/src


Ignore:
Timestamp:
Oct 26, 2010 2:58:49 AM (14 years ago)
Author:
vboxsync
Message:

Audio/HDA: naming.

File:
1 edited

Legend:

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

    r33436 r33444  
    11811181}
    11821182
    1183 static uint32_t read_audio(INTELHDLinkState *pState, int avail, bool *fStop)
     1183static uint32_t hdaReadAudio(INTELHDLinkState *pState, int avail, bool *fStop)
    11841184{
    11851185    uint8_t tmpbuf[4096];
     
    12171217    return cbRead;
    12181218}
    1219 static uint32_t write_audio(INTELHDLinkState *pState, int avail, bool *fStop)
     1219static uint32_t hdaWriteAudio(INTELHDLinkState *pState, int avail, bool *fStop)
    12201220{
    12211221    uint8_t tmpbuf[4096];
     
    13131313        {
    13141314            case PO_INDEX:
    1315                 nBytes = write_audio(pState, avail, &fStop);
     1315                nBytes = hdaWriteAudio(pState, avail, &fStop);
    13161316                break;
    13171317            case PI_INDEX:
    1318                 nBytes = read_audio(pState, avail, &fStop);
     1318                nBytes = hdaReadAudio(pState, avail, &fStop);
    13191319                break;
    13201320            default:
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