Ignore:
Timestamp:
Jan 1, 2021, 11:45:33 PM (5 years ago)
Author:
Paul Smedley
Message:

Remove some logging messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/lib32/ioctl.c

    r615 r621  
    291291        for (i=0; i<pcms;i++)
    292292        {
    293 pr_warn("pcm=%i",i);
    294293                pcaps->nrDevices  = nrCardsDetected;
    295294                pcaps->ulCaps     = OSS32_CAPS_WAVE_PLAYBACK | OSS32_CAPS_WAVE_CAPTURE;
     
    298297                for(j=0;j<2;j++)
    299298                {
    300 pr_warn("j=%i",j);
    301299                        PWAVE_CAPS pWaveCaps = (j == 0) ? &pcaps->waveOutCaps : &pcaps->waveInCaps;
    302300
Note: See TracChangeset for help on using the changeset viewer.