Changeset 501 for GPL/trunk/lib32/sound.c
- Timestamp:
- Jul 11, 2010, 7:01:51 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/lib32/sound.c
r493 r501 696 696 //set operation to non-blocking 697 697 pHandle->file.f_flags = O_NONBLOCK; 698 699 698 ret = pHandle->file.f_op->ioctl(&pHandle->inode, &pHandle->file, SNDRV_PCM_IOCTL_START, 0); 700 699 if (ret)
Note:
See TracChangeset
for help on using the changeset viewer.