commit | 8544eebc78c96f1834a46b26ade3e7ebe785d10c | [log] [tgz] |
---|---|---|
author | Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> | Thu Jul 07 14:41:48 2022 +0200 |
committer | Mark Brown <broonie@kernel.org> | Fri Jul 08 18:53:23 2022 +0100 |
tree | 3588ef36aa5393a3fd13fcb74667a6ef329f85a5 | |
parent | daa36bbcd78bca24db84e273bcafec9a8f81c767 [diff] |
ASoC: Intel: avs: Set max DMA segment size Apparently it is possible for code to allocate large buffers which may cause warnings as reported in [1]. This was fixed for HDA, SOF and skylake in patchset [2], fix it also for avs driver. [1] https://github.com/thesofproject/linux/issues/3430 [2] https://lore.kernel.org/all/20220215132756.31236-1-tiwai@suse.de/ Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Link: https://lore.kernel.org/r/20220707124153.1858249-8-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>