]> www.infradead.org Git - users/hch/misc.git/commitdiff
ASoC: SOF: ipc4/Intel: Fix the host buffer
authorMark Brown <broonie@kernel.org>
Thu, 2 Oct 2025 17:07:06 +0000 (18:07 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 2 Oct 2025 17:07:06 +0000 (18:07 +0100)
Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:

The size of the DSP host buffer was incorrectly defined as 2ms while
it is 4ms and the ChainDMA PCMs are using 5ms as host facing buffer.

The constraint will be set against the period time rather than the buffer
time to make sure that application will not face with xruns when the
DMA bursts to refill the host buffer.

The minimal period size will be also used by Pipewire in case of SOF
cards to set the headroom to a length which will avoid the cases when
the hw_ptr jumps over the appl_ptr because of a burst.
Iow, it will make Pipewire to keep a safe distance from the hw_ptr.

https://github.com/thesofproject/linux/issues/5284
https://gitlab.freedesktop.org/pipewire/wireplumber/-/merge_requests/740
https://gitlab.freedesktop.org/pipewire/pipewire/-/merge_requests/2548

1  2 
sound/soc/sof/ipc4-topology.c
sound/soc/sof/ipc4-topology.h

Simple merge
Simple merge