Home
last modified time | relevance | path

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

/Linux-v6.1/sound/hda/
Dhdac_stream.c494 if (!azx_dev->no_period_wakeup && pos_adj > 0) { in snd_hdac_stream_setup_periods()
525 !azx_dev->no_period_wakeup); in snd_hdac_stream_setup_periods()
564 runtime->no_period_wakeup != azx_dev->no_period_wakeup) { in snd_hdac_stream_set_params()
568 azx_dev->no_period_wakeup = runtime->no_period_wakeup; in snd_hdac_stream_set_params()
/Linux-v6.1/sound/soc/sof/intel/
Dhda-probes.c92 hstream->no_period_wakeup = 0; in hda_probes_compr_set_params()
Dhda-pcm.c117 hstream->no_period_wakeup = in hda_dsp_pcm_hw_params()
Dhda-stream.c139 !hstream->no_period_wakeup : 0; in hda_dsp_stream_setup_bdl()
/Linux-v6.1/sound/core/
Dpcm_dmaengine.c158 if (!substream->runtime->no_period_wakeup) in dmaengine_pcm_prepare_and_submit()
Dpcm_lib.c348 if (runtime->no_period_wakeup) { in snd_pcm_update_hw_ptr0()
1874 if (runtime->no_period_wakeup) in wait_for_avail()
Dpcm_native.c783 runtime->no_period_wakeup = in snd_pcm_hw_params()
2151 if (runtime->no_period_wakeup) in snd_pcm_drain()
/Linux-v6.1/sound/soc/meson/
Daxg-fifo.c146 irq_en = runtime->no_period_wakeup ? 0 : FIFO_INT_COUNT_REPEAT; in axg_fifo_pcm_hw_params()
/Linux-v6.1/sound/soc/sprd/
Dsprd-pcm-dma.c288 if (!runtime->no_period_wakeup) { in sprd_pcm_hw_params()
/Linux-v6.1/sound/soc/fsl/
Dfsl_asrc_dma.c65 if (!substream->runtime->no_period_wakeup) in fsl_asrc_dma_prepare_and_submit()
/Linux-v6.1/sound/soc/kirkwood/
Dkirkwood-i2s.c269 if (!runtime->no_period_wakeup) { in kirkwood_i2s_play_trigger()
/Linux-v6.1/include/sound/
Dhdaudio.h531 bool no_period_wakeup:1; member
Dpcm.h379 unsigned int no_period_wakeup: 1; member
/Linux-v6.1/sound/pci/oxygen/
Doxygen_pcm.c550 if (substream->runtime->no_period_wakeup) in oxygen_prepare()
/Linux-v6.1/sound/firewire/
Damdtp-stream.c612 if (!pcm->runtime->no_period_wakeup) { in update_pcm_pointers()
1082 need_hw_irq = !pcm || !pcm->runtime->no_period_wakeup; in process_rx_packets()
/Linux-v6.1/sound/soc/sof/
Dipc3.c863 !stream->substream->runtime->no_period_wakeup) in ipc3_period_elapsed()
/Linux-v6.1/sound/x86/
Dintel_hdmi_audio.c879 if (!substream->runtime->no_period_wakeup) in had_prog_bd()
/Linux-v6.1/sound/pci/hda/
Dhda_intel.c685 if (azx_dev->core.no_period_wakeup) in azx_position_ok()