Changeset 76 for GPL/trunk/lib32/sound.c


Ignore:
Timestamp:
Apr 9, 2006, 12:09:39 PM (19 years ago)
Author:
vladest
Message:

Latest ALSA patches
HDA patches
Patch for Intel from Rudy's
Fixes locks on NM256 chipsets
Fixes PM on Maestro3 chipsets

File:
1 edited

Legend:

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

    r34 r76  
    775775        return OSSERR_INVALID_PARAMETER;
    776776    }
    777 
     777tryagain:
    778778    //set operation to non-blocking
    779779    pHandle->file.f_flags = O_NONBLOCK;
     
    950950    //initialize parameter block & set sample rate, nr of channels and sample format, nr of periods,
    951951    //period size and buffer size
    952 tryagain:
     952//tryagain:
    953953    _snd_pcm_hw_params_any(&params);
    954954    _snd_pcm_hw_param_set(&params, SNDRV_PCM_HW_PARAM_ACCESS,
Note: See TracChangeset for help on using the changeset viewer.