Home
last modified time | relevance | path

Searched refs:SCF_PCM (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/sound/
H A Dchip.h34 SCF_PCM, enumerator
/dragonfly/sys/bus/u4b/audio/
H A Duaudio_pcm.c200 (func->func != SCF_PCM)) { in ua_probe()
H A Duaudio.c1051 sc->sc_sndcard_func.func = SCF_PCM; in uaudio_attach()
/dragonfly/sys/dev/sound/pci/
H A Demu10kx.c3266 func->func = SCF_PCM; in emu_pci_attach()
3288 func->func = SCF_PCM; in emu_pci_attach()
3309 func->func = SCF_PCM; in emu_pci_attach()
3329 func->func = SCF_PCM; in emu_pci_attach()
3351 func->func = SCF_PCM; in emu_pci_attach()
3374 func->func = SCF_PCM; in emu_pci_attach()
3467 if (func != NULL && func->func == SCF_PCM) { in emu_pci_detach()
3503 if (func != NULL && (func->func == SCF_MIDI || func->func == SCF_PCM)) { in emu_pci_detach()
H A Demu10kx-pcm.c1307 if (func != SCF_PCM) in emu_pcm_probe()