Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/sof/intel/
Dhda-pcm.c226 runtime->hw.info |= SNDRV_PCM_INFO_NO_REWINDS | SNDRV_PCM_INFO_SYNC_APPLPTR; in hda_dsp_pcm_open()
/Linux-v6.1/include/uapi/sound/
Dasound.h294 #define SNDRV_PCM_INFO_NO_REWINDS 0x20000000 /* hardware can only support monotonic changes of appl… macro
/Linux-v6.1/tools/include/uapi/sound/
Dasound.h294 #define SNDRV_PCM_INFO_NO_REWINDS 0x20000000 /* hardware can only support monotonic changes of appl… macro
/Linux-v6.1/sound/core/
Dpcm_lib.c2142 if (substream->runtime->info & SNDRV_PCM_INFO_NO_REWINDS) { in pcm_lib_apply_appl_ptr()