Changeset 76 for GPL/trunk/lib32/sound.c
- Timestamp:
- Apr 9, 2006, 12:09:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/lib32/sound.c
r34 r76 775 775 return OSSERR_INVALID_PARAMETER; 776 776 } 777 777 tryagain: 778 778 //set operation to non-blocking 779 779 pHandle->file.f_flags = O_NONBLOCK; … … 950 950 //initialize parameter block & set sample rate, nr of channels and sample format, nr of periods, 951 951 //period size and buffer size 952 tryagain:952 //tryagain: 953 953 _snd_pcm_hw_params_any(¶ms); 954 954 _snd_pcm_hw_param_set(¶ms, SNDRV_PCM_HW_PARAM_ACCESS,
Note:
See TracChangeset
for help on using the changeset viewer.