Home | History | Annotate | Download | only in mixer

Lines Matching refs:SM_CAP_PSWITCH

367 	if ((s->selem.caps & (SM_CAP_GSWITCH|SM_CAP_PSWITCH)) == 0) {
730 caps |= SM_CAP_PSWITCH;
737 caps |= SM_CAP_PSWITCH;
805 if (caps & (SM_CAP_GSWITCH|SM_CAP_PSWITCH))
857 if ((caps & (SM_CAP_GSWITCH|SM_CAP_PSWITCH|SM_CAP_CSWITCH)) &&
858 (caps & (SM_CAP_GSWITCH|SM_CAP_PSWITCH|SM_CAP_CSWITCH)) == (caps & SM_CAP_GSWITCH)) {
860 caps |= SM_CAP_PSWITCH;
864 (caps & (SM_CAP_PSWITCH|SM_CAP_CSWITCH)) == 0)
865 caps |= SM_CAP_PSWITCH|SM_CAP_CSWITCH;
1289 if (! (s->selem.caps & (SM_CAP_GSWITCH|SM_CAP_PSWITCH)))