Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_INFO_NO_REWINDS (Results 1 – 6 of 6) sorted by relevance

/linux/sound/soc/sof/intel/
H A Dhda-pcm.c234 runtime->hw.info |= SNDRV_PCM_INFO_NO_REWINDS | SNDRV_PCM_INFO_SYNC_APPLPTR; in hda_dsp_pcm_open()
/linux/sound/virtio/
H A Dvirtio_pcm.c113 SNDRV_PCM_INFO_NO_REWINDS | in virtsnd_pcm_build_hw()
/linux/tools/include/uapi/sound/
H A Dasound.h
/linux/include/uapi/sound/
H A Dasound.h298 #define SNDRV_PCM_INFO_NO_REWINDS 0x20000000 /* hardware can only support monotonic changes of appl… macro
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h298 #define SNDRV_PCM_INFO_NO_REWINDS 0x20000000 /* hardware can only support monotonic changes of appl… macro
/linux/sound/core/
H A Dpcm_lib.c2243 if (substream->runtime->info & SNDRV_PCM_INFO_NO_REWINDS) { in pcm_lib_apply_appl_ptr()