Home
last modified time | relevance | path

Searched refs:pcm_dev (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dfwisound_pcm.c52 bufsz = pcm_getbuffersize(sc->pcm_dev, 4096, FWISOUND_BUFSZ, 131072); in fwisound_chan_init()
194 sc->pcm_dev = dev; in fwisound_pcm_attach()
H A Dfwisound.h76 device_t pcm_dev; member
H A Dfwisound.c489 sc->pcm_dev = device_add_child(dev, "pcm", DEVICE_UNIT_ANY); in fwisound_attach()
490 if (sc->pcm_dev == NULL) { in fwisound_attach()
520 if (sc->pcm_dev != NULL) in fwisound_detach()