Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-pcm.c124 (params->flags & SNDRV_PCM_HW_PARAMS_NO_PERIOD_WAKEUP); in hda_dsp_pcm_hw_params()
/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h386 #define SNDRV_PCM_HW_PARAMS_NO_PERIOD_WAKEUP (1<<2) /* disable period wakeups */ macro
/openbmc/linux/include/uapi/sound/
H A Dasound.h386 #define SNDRV_PCM_HW_PARAMS_NO_PERIOD_WAKEUP (1<<2) /* disable period wakeups */ macro
/openbmc/linux/sound/core/
H A Dpcm_native.c785 (params->flags & SNDRV_PCM_HW_PARAMS_NO_PERIOD_WAKEUP); in snd_pcm_hw_params()