Ignore:
Timestamp:
May 23, 2010, 10:28:06 PM (15 years ago)
Author:
David Azarewicz
Message:

add ability to set volume on headphone, code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/drv16/wavestrm.cpp

    r483 r486  
    209209    ULONG ulBuffLeft;
    210210        ULONG ulBytesWritten;
    211         ULONG ulStartPos;
     211//DAZ   ULONG ulStartPos;
    212212
    213213    /* make sure we have a buffer to copy from */
     
    230230    }
    231231
     232/* DAZ */
     233#if 0
    232234    // get the starting position. Call WaveGetHwPtr. if we get a bad rc then we bail out.
    233235    if(pahw->GetHwPtr(StreamId, &_configinfo, &ulStartPos) == FALSE)
     
    237239        return (ULONG)-1;
    238240    }
     241#endif
    239242
    240243    // get the buffer pointer and amount of data remaining
Note: See TracChangeset for help on using the changeset viewer.