Changeset 4853:307276c62f7c in roaraudio for libroaross


Ignore:
Timestamp:
04/11/11 02:03:49 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added warning about obsolete ioctl SNDCTL_DSP_SETDUPLEX.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroaross/libroaross.c

    r4708 r4853  
    14961496      case SNDCTL_DSP_SETFRAGMENT: // any fragments should be ok for us... 
    14971497      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); 
    14981502        return 0; 
    14991503       break; 
Note: See TracChangeset for help on using the changeset viewer.