Searched refs:SD_F_SIMPLEX (Results 1 – 5 of 5) sorted by relevance
100 #define SD_F_SIMPLEX 0x00000001 macro
390 if (pcm_getflags(d->dev) & SD_F_SIMPLEX) { in dsp_open()963 (pcm_getflags(d->dev) & SD_F_SIMPLEX) ? 0 : in dsp_ioctl()1390 if (rdch && wrch && !(pcm_getflags(d->dev) & SD_F_SIMPLEX)) in dsp_ioctl()1489 if (rdch && wrch && (pcm_getflags(d->dev) & SD_F_SIMPLEX)) in dsp_ioctl()1490 pcm_setflags(d->dev, pcm_getflags(d->dev)^SD_F_SIMPLEX); in dsp_ioctl()
382 d->flags |= SD_F_SIMPLEX; in pcm_register()
996 pcm_setflags(dev, pcm_getflags(dev) | SD_F_SIMPLEX); in ess_attach()
1243 (d->flags & SD_F_SIMPLEX)) ? " simplex" : "", in sndstat_prepare_pcm()