Home
last modified time | relevance | path

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

/linux-6.6.21/sound/hda/
Dhdac_stream.c524 if (runtime && !azx_dev->no_period_wakeup && pos_adj > 0) { in snd_hdac_stream_setup_periods()
552 !azx_dev->no_period_wakeup); in snd_hdac_stream_setup_periods()
579 unsigned int no_period_wakeup; in snd_hdac_stream_set_params() local
585 no_period_wakeup = substream->runtime->no_period_wakeup; in snd_hdac_stream_set_params()
589 no_period_wakeup = 0; in snd_hdac_stream_set_params()
597 no_period_wakeup != azx_dev->no_period_wakeup) { in snd_hdac_stream_set_params()
601 azx_dev->no_period_wakeup = no_period_wakeup; in snd_hdac_stream_set_params()
/linux-6.6.21/sound/soc/sof/intel/
Dhda-probes.c92 hstream->no_period_wakeup = 0; in hda_probes_compr_set_params()
Dhda-pcm.c122 hstream->no_period_wakeup = in hda_dsp_pcm_hw_params()
Dhda-stream.c138 !hstream->no_period_wakeup : 0; in hda_dsp_stream_setup_bdl()
/linux-6.6.21/sound/core/
Dpcm_dmaengine.c158 if (!substream->runtime->no_period_wakeup) in dmaengine_pcm_prepare_and_submit()
Dpcm_lib.c373 if (runtime->no_period_wakeup) { in snd_pcm_update_hw_ptr0()
1899 if (runtime->no_period_wakeup) in wait_for_avail()
Dpcm_native.c783 runtime->no_period_wakeup = in snd_pcm_hw_params()
2155 if (runtime->no_period_wakeup) in snd_pcm_drain()
/linux-6.6.21/sound/soc/meson/
Daxg-fifo.c146 irq_en = runtime->no_period_wakeup ? 0 : FIFO_INT_COUNT_REPEAT; in axg_fifo_pcm_hw_params()
/linux-6.6.21/sound/soc/sprd/
Dsprd-pcm-dma.c288 if (!runtime->no_period_wakeup) { in sprd_pcm_hw_params()
/linux-6.6.21/sound/soc/fsl/
Dfsl_asrc_dma.c65 if (!substream->runtime->no_period_wakeup) in fsl_asrc_dma_prepare_and_submit()
/linux-6.6.21/sound/soc/kirkwood/
Dkirkwood-i2s.c388 if (!runtime->no_period_wakeup) { in kirkwood_i2s_play_trigger()
/linux-6.6.21/include/sound/
Dhdaudio.h548 bool no_period_wakeup:1; member
Dpcm.h377 unsigned int no_period_wakeup: 1; member
/linux-6.6.21/sound/pci/oxygen/
Doxygen_pcm.c550 if (substream->runtime->no_period_wakeup) in oxygen_prepare()
/linux-6.6.21/sound/firewire/
Damdtp-stream.c614 if (!pcm->runtime->no_period_wakeup) { in update_pcm_pointers()
1170 need_hw_irq = !pcm || !pcm->runtime->no_period_wakeup; in process_rx_packets()
/linux-6.6.21/sound/soc/sof/
Dipc3.c899 !stream->substream->runtime->no_period_wakeup) in ipc3_period_elapsed()
/linux-6.6.21/sound/x86/
Dintel_hdmi_audio.c879 if (!substream->runtime->no_period_wakeup) in had_prog_bd()
/linux-6.6.21/sound/pci/hda/
Dhda_intel.c689 if (azx_dev->core.no_period_wakeup) in azx_position_ok()