Home | History | Annotate | Download | only in audio

Lines Matching refs:sc_props

950 	sc->sc_props = hw_if->get_props(hdlp);
952 has_playback = (sc->sc_props & AUDIO_PROP_PLAYBACK);
953 has_capture = (sc->sc_props & AUDIO_PROP_CAPTURE);
954 has_indep = (sc->sc_props & AUDIO_PROP_INDEPENDENT);
955 has_fulldup = (sc->sc_props & AUDIO_PROP_FULLDUPLEX);
996 sc->sc_props |= AUDIO_PROP_MMAP;
2368 fullduplex = (sc->sc_props & AUDIO_PROP_FULLDUPLEX);
3279 val = (sc->sc_props & AUDIO_PROP_FULLDUPLEX)
3287 val = sc->sc_props;
7019 if ((sc->sc_props & AUDIO_PROP_INDEPENDENT) == 0) {
7029 if ((sc->sc_props & AUDIO_PROP_PLAYBACK) == 0)
7031 if ((sc->sc_props & AUDIO_PROP_CAPTURE) == 0)