Ignore:
Timestamp:
May 8, 2010, 6:36:24 AM (15 years ago)
Author:
David Azarewicz
Message:

Fix for recording hang

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/lib32/soundmixer.c

    r479 r484  
    376376    int                   ret, idx, lVol, rVol = 0, idxMute, cnt;
    377377
    378     dprintf(("OSS32_MixSetVolume line=%d\n", line));
     378    //dprintf(("OSS32_MixSetVolume line=%d\n", line));
    379379    if(pHandle == NULL || pHandle->magic != MAGIC_MIXER_ALSA32) {
    380380        printk("Invalid handle in OSS32_MixSetVolume\n");
     
    512512    }
    513513
    514     printk("OSS32_MixSetVolume of %s streamid %X to (%d,%d)(%d,%d) caps %d\n",
    515            pHandle->pids[idx].name,
    516            (ULONG)pHandle, GET_VOLUME_L(volume),
    517            GET_VOLUME_R(volume), lVol, rVol, pElemInfo->value.integer.max);
     514        printk("OSS32_MixSetVolume of %s streamid %X to (%d,%d)(%d,%d) caps %d\n",
     515                pHandle->pids[idx].name, (ULONG)pHandle,
     516                GET_VOLUME_L(volume), GET_VOLUME_R(volume), lVol, rVol, pElemInfo->value.integer.max);
    518517
    519518    // looking for more, then one opened streams to prevent of muting active stream
Note: See TracChangeset for help on using the changeset viewer.