Home
last modified time | relevance | path

Searched refs:pcm_flags (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sound/pci/
H A Dhdspe-pcm.c1042 uint32_t pcm_flags; in hdspe_pcm_attach() local
1061 pcm_flags = pcm_getflags(dev) | SD_F_MPSAFE; in hdspe_pcm_attach()
1064 pcm_flags |= SD_F_BITPERFECT; in hdspe_pcm_attach()
1065 pcm_setflags(dev, pcm_flags); in hdspe_pcm_attach()
H A Dhdsp-pcm.c1051 uint32_t pcm_flags; in hdsp_pcm_attach() local
1070 pcm_flags = pcm_getflags(dev) | SD_F_MPSAFE; in hdsp_pcm_attach()
1073 pcm_flags |= SD_F_BITPERFECT; in hdsp_pcm_attach()
1074 pcm_setflags(dev, pcm_flags); in hdsp_pcm_attach()