Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-pcm.c230 runtime->hw.info |= SNDRV_PCM_INFO_NO_REWINDS | SNDRV_PCM_INFO_SYNC_APPLPTR; in hda_dsp_pcm_open()
/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h295 #define SNDRV_PCM_INFO_NO_REWINDS 0x20000000 /* hardware can only support monotonic changes of appl… macro
/openbmc/linux/include/uapi/sound/
H A Dasound.h295 #define SNDRV_PCM_INFO_NO_REWINDS 0x20000000 /* hardware can only support monotonic changes of appl… macro
/openbmc/linux/sound/core/
H A Dpcm_lib.c2179 if (substream->runtime->info & SNDRV_PCM_INFO_NO_REWINDS) { in pcm_lib_apply_appl_ptr()