Changeset 4853:307276c62f7c in roaraudio
- Timestamp:
- 04/11/11 02:03:49 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libroaross/libroaross.c
r4708 r4853 1496 1496 case SNDCTL_DSP_SETFRAGMENT: // any fragments should be ok for us... 1497 1497 case SNDCTL_DSP_SETTRIGGER: // we should implement this using PAUSE flag. 1498 return 0; 1499 break; 1500 case SNDCTL_DSP_SETDUPLEX: 1501 ROAR_WARN("ioctl(__fd=%i, __request=0x%lX (SNDCTL_DSP_SETDUPLEX)): This call is obsolete since end of 90's. Stop using it.", __fd, (long unsigned int) __request); 1498 1502 return 0; 1499 1503 break;
Note: See TracChangeset
for help on using the changeset viewer.