Home
last modified time | relevance | path

Searched refs:sc_props (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/dev/
H A Dspkr_audio.c85 if ((asc->sc_props & AUDIO_PROP_PLAYBACK)) in spkr_audio_probe()
/netbsd/sys/dev/audio/
H A Daudiovar.h142 int sc_props; member
H A Daudio.c950 sc->sc_props = hw_if->get_props(hdlp); in audioattach()
952 has_playback = (sc->sc_props & AUDIO_PROP_PLAYBACK); in audioattach()
953 has_capture = (sc->sc_props & AUDIO_PROP_CAPTURE); in audioattach()
955 has_fulldup = (sc->sc_props & AUDIO_PROP_FULLDUPLEX); in audioattach()
996 sc->sc_props |= AUDIO_PROP_MMAP; in audioattach()
2369 fullduplex = (sc->sc_props & AUDIO_PROP_FULLDUPLEX); in audio_open()
3280 val = (sc->sc_props & AUDIO_PROP_FULLDUPLEX) in audio_ioctl()
3288 val = sc->sc_props; in audio_ioctl()
7020 if ((sc->sc_props & AUDIO_PROP_INDEPENDENT) == 0) { in audio_mixers_set_format()
7030 if ((sc->sc_props & AUDIO_PROP_PLAYBACK) == 0) in audio_mixers_set_format()
[all …]
/netbsd/sys/dev/hyperv/
H A Dhvs.c211 struct hvs_chp sc_props; member
359 if (vmbus_channel_open(sc->sc_chan, HVS_RING_SIZE, &sc->sc_props, in hvs_attach()
360 sizeof(sc->sc_props), hvs_intr, sc)) { in hvs_attach()