]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: Intel: hda-sdw-bpt: set persistent_buffer false
authorBard Liao <yung-chuan.liao@linux.intel.com>
Mon, 15 Sep 2025 02:48:53 +0000 (10:48 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 15 Sep 2025 11:47:08 +0000 (12:47 +0100)
commit8b184c34806e5da4d4847fabd3faeff38b47e70a
treea9f2e45501e76259e1e4c014a9fc40952edd5467
parent59ba108806516adeaed51a536d55d4f5e9645881
ASoC: Intel: hda-sdw-bpt: set persistent_buffer false

The persistent_buffer agreement is false when hda_cl_prepare() is
called. We should use the same value when hda_cl_cleanup() is called.

Fixes: 5d5cb86fb46ea ("ASoC: SOF: Intel: hda-sdw-bpt: add helpers for SoundWire BPT DMA")
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev>
Link: https://patch.msgid.link/20250915024853.1153518-1-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/hda-sdw-bpt.c