Home
last modified time | relevance | path

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

/linux/sound/hda/core/
H A Dstream.c522 if (runtime && !azx_dev->no_period_wakeup && pos_adj > 0) { in snd_hdac_stream_setup_bdle()
550 !azx_dev->no_period_wakeup); in snd_hdac_stream_setup_bdle()
604 unsigned int no_period_wakeup; in snd_hdac_stream_set_params() local
610 no_period_wakeup = substream->runtime->no_period_wakeup; in snd_hdac_stream_set_params()
614 no_period_wakeup = 0; in snd_hdac_stream_set_params()
622 no_period_wakeup != azx_dev->no_period_wakeup) { in snd_hdac_stream_set_params()
626 azx_dev->no_period_wakeup = no_period_wakeup; in snd_hdac_stream_set_params()
940 azx_dev->no_period_wakeup = 1; in snd_hdac_dsp_prepare()
/linux/sound/soc/sof/intel/
H A Dhda-pcm.c129 hstream->no_period_wakeup = in hda_dsp_pcm_hw_params()
H A Dhda-stream.c170 !hstream->no_period_wakeup : 0; in hda_dsp_stream_setup_bdl()
/linux/sound/core/
H A Dpcm_dmaengine.c160 if (!substream->runtime->no_period_wakeup) in dmaengine_pcm_prepare_and_submit()
H A Dpcm_lib.c376 if (runtime->no_period_wakeup) { in snd_pcm_update_hw_ptr0()
1963 if (runtime->no_period_wakeup) in wait_for_avail()
H A Dpcm_native.c852 runtime->no_period_wakeup = in snd_pcm_hw_params()
2209 drain_no_period_wakeup = to_check->no_period_wakeup; in snd_pcm_drain()
/linux/sound/soc/meson/
H A Daxg-fifo.c147 irq_en = runtime->no_period_wakeup ? 0 : FIFO_INT_COUNT_REPEAT; in axg_fifo_pcm_hw_params()
/linux/sound/soc/sprd/
H A Dsprd-pcm-dma.c288 if (!runtime->no_period_wakeup) { in sprd_pcm_hw_params()
/linux/sound/soc/fsl/
H A Dfsl_asrc_dma.c65 if (!substream->runtime->no_period_wakeup) in fsl_asrc_dma_prepare_and_submit()
/linux/sound/soc/kirkwood/
H A Dkirkwood-i2s.c388 if (!runtime->no_period_wakeup) { in kirkwood_i2s_play_trigger()
/linux/include/sound/
H A Dhdaudio.h553 bool no_period_wakeup:1; member
/linux/sound/firewire/
H A Damdtp-stream.c622 if (!pcm->runtime->no_period_wakeup) in update_pcm_pointers()
1191 need_hw_irq = !pcm || !pcm->runtime->no_period_wakeup; in process_rx_packets()
/linux/sound/hda/common/
H A Dcontroller.c128 hdas->no_period_wakeup = in azx_pcm_hw_params()
/linux/sound/x86/
H A Dintel_hdmi_audio.c873 if (!substream->runtime->no_period_wakeup) in had_prog_bd()
/linux/sound/hda/controllers/
H A Dintel.c699 if (azx_dev->core.no_period_wakeup) in azx_position_ok()