VirtualBox

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


Ignore:
Timestamp:
Jun 3, 2008 7:46:53 AM (17 years ago)
Author:
vboxsync
Message:

comments

File:
1 edited

Legend:

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

    r9326 r9338  
    10951095    iport = nport - s->port;
    10961096#ifdef VBOX
    1097     /** @todo reject non-byte access? */
     1097    /** @todo reject non-byte access?
     1098     *  The spec does not mention a non-byte access so we should check how real hardware behaves. */
    10981099#endif
    10991100
     
    12751276    s->mixer_regs[s->mixer_nreg] = val;
    12761277
    1277 #ifdef VBOX /*???*/
     1278#ifdef VBOX
     1279    /* allow to set the PCM_out volume */
    12781280    if (s->mixer_nreg == 0x30 || s->mixer_nreg == 0x31)
    12791281    {
     
    12831285        AUD_set_volume (AUD_MIXER_VOLUME, &mute, &lvol, &rvol);
    12841286    }
    1285 #endif /* VBOX ??? */
     1287#endif /* VBOX */
    12861288
    12871289#ifdef VBOX
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