Ignore:
Timestamp:
Apr 3, 2017, 4:51:56 PM (8 years ago)
Author:
David Azarewicz
Message:

Merged/reintegrated v2 branch into trunk. Trunk is now v2

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/lib32/soundmixer.c

    r528 r598  
    346346{
    347347        mixerhandle *pHandle = (mixerhandle *)streamid;
    348         int              ret;
     348        //int            ret;
    349349
    350350        if(pHandle == NULL || pHandle->magic != MAGIC_MIXER_ALSA32) {
     
    364364        struct snd_ctl_elem_value *pElem = NULL;
    365365        struct snd_ctl_elem_info  *pElemInfo;
    366         int                               ret, idx, lVol, rVol = 0, idxMute, cnt;
     366        int                               ret, idx, lVol, rVol = 0, idxMute;
     367        //int cnt;
    367368
    368369        //dprintf(("OSS32_MixSetVolume line=%d\n", line));
     
    718719{
    719720        mixerhandle *pHandle = (mixerhandle *)streamid;
    720         int              ret;
     721        //int            ret;
    721722
    722723        if(pHandle == NULL || pHandle->magic != MAGIC_MIXER_ALSA32) {
     
    813814{
    814815        mixerhandle *pHandle = NULL;
    815         int              ret, i, j;
     816        int              ret;
     817        //int i, j;
    816818
    817819        if(alsa_fops == NULL)
     
    870872{
    871873        mixerhandle *pHandle = NULL;
    872         int              ret, i, j;
     874        int              ret;
     875        //int i, j;
    873876
    874877        if(alsa_fops == NULL) {
Note: See TracChangeset for help on using the changeset viewer.