HomeSort by relevance Sort by last modified time
    Searched refs:SM_CAP_CSWITCH_JOIN (Results 1 - 4 of 4) sorted by null

  /device/samsung/crespo/alsa-lib/include/
mixer_abst.h 51 #define SM_CAP_CSWITCH_JOIN (1<<10)
  /device/samsung/crespo/alsa-lib/src/mixer/
simple.c 660 return COND_CAPS(elem, SM_CAP_CSWITCH_JOIN);
756 CHECK_DIR_CHN(elem, SM_CAP_CSWITCH, SM_CAP_CSWITCH_JOIN, channel);
846 CHECK_DIR_CHN(elem, SM_CAP_CSWITCH, SM_CAP_CSWITCH_JOIN, channel);
    [all...]
simple_none.c 810 caps |= SM_CAP_CSWITCH_JOIN;
817 caps &= ~(SM_CAP_PSWITCH_JOIN|SM_CAP_CSWITCH_JOIN);
824 caps &= ~(SM_CAP_PSWITCH_JOIN|SM_CAP_CSWITCH_JOIN);
848 caps &= ~SM_CAP_CSWITCH_JOIN;
859 caps &= ~(SM_CAP_GSWITCH|SM_CAP_CSWITCH_JOIN|SM_CAP_CSWITCH_EXCL);
971 (dir == SM_PLAY ? SM_CAP_PSWITCH_JOIN : SM_CAP_CSWITCH_JOIN))
    [all...]
  /device/samsung/crespo/alsa-lib/modules/mixer/simple/
python.c 604 {"CAP_CSWITCH_JOIN", (getter)pymelem_cap, NULL, NULL, (void *)SM_CAP_CSWITCH_JOIN},

Completed in 24 milliseconds