Home
last modified time | relevance | path

Searched refs:dsp_max_burst_size_in_ms (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/sof/intel/
H A Dhda-pcm.c302 if (spcm->stream[direction].dsp_max_burst_size_in_ms) in hda_dsp_pcm_open()
305 spcm->stream[direction].dsp_max_burst_size_in_ms * USEC_PER_MSEC * 2, in hda_dsp_pcm_open()
/linux/sound/soc/sof/
H A Dsof-audio.h336 unsigned int dsp_max_burst_size_in_ms; /* The maximum size of the host DMA burst in ms */
335 unsigned int dsp_max_burst_size_in_ms; /* The maximum size of the host DMA burst in ms */ global() member
H A Dipc4-topology.c612 sof_update_ipc_object(scomp, &sps->dsp_max_burst_size_in_ms, in sof_ipc4_widget_setup_pcm()
617 if (!sps->dsp_max_burst_size_in_ms) in sof_ipc4_widget_setup_pcm()
618 sps->dsp_max_burst_size_in_ms = SOF_IPC4_MIN_DMA_BUFFER_SIZE; in sof_ipc4_widget_setup_pcm()
621 spcm->stream[dir].dsp_max_burst_size_in_ms = 1; in sof_ipc4_widget_setup_pcm()