Home
last modified time | relevance | path

Searched refs:no_period_wakeup (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/sound/pci/hda/
Dhda_controller.c355 if (!azx_dev->no_period_wakeup && pos_adj > 0) { in azx_setup_periods()
388 !azx_dev->no_period_wakeup); in azx_setup_periods()
516 runtime->no_period_wakeup != azx_dev->no_period_wakeup) { in azx_pcm_prepare()
520 azx_dev->no_period_wakeup = runtime->no_period_wakeup; in azx_pcm_prepare()
Dhda_controller.h227 unsigned int no_period_wakeup:1; member
/linux-4.1.27/sound/core/
Dpcm_dmaengine.c155 if (!substream->runtime->no_period_wakeup) in dmaengine_pcm_prepare_and_submit()
Dpcm_lib.c368 if (runtime->no_period_wakeup) { in snd_pcm_update_hw_ptr0()
1917 if (runtime->no_period_wakeup) in wait_for_avail()
Dpcm_native.c555 runtime->no_period_wakeup = in snd_pcm_hw_params()
1723 if (runtime->no_period_wakeup) in snd_pcm_drain()
/linux-4.1.27/sound/soc/fsl/
Dfsl_asrc_dma.c71 if (!substream->runtime->no_period_wakeup) in fsl_asrc_dma_prepare_and_submit()
/linux-4.1.27/sound/soc/kirkwood/
Dkirkwood-i2s.c275 if (!runtime->no_period_wakeup) { in kirkwood_i2s_play_trigger()
/linux-4.1.27/sound/pci/oxygen/
Doxygen_pcm.c568 if (substream->runtime->no_period_wakeup) in oxygen_prepare()
/linux-4.1.27/include/sound/
Dpcm.h371 unsigned int no_period_wakeup: 1; member