Searched refs:pcm_flags (Results 1 – 2 of 2) sorted by relevance
1042 uint32_t pcm_flags; in hdspe_pcm_attach() local1061 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()
1051 uint32_t pcm_flags; in hdsp_pcm_attach() local1070 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()