mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
fcd36dccf3cdfa629d663fe22684ed6fe4d6c0dd
Memory for widget names is allocated statically by default widget name "PLUGINx". If a plugin has longer widget name, then it will corrupt the widget name memory and tegra210_adsp_routes. This creates issue in DAPM and playback fails. Use long name as default plugin name: PLUGINx-PLACE-HOLDER to have bigger memory. Also add a length check on plugin's widget name. Bug 200207626 Change-Id: I2442b07492a795ed120766eaee3a0083f80f6cf3 Signed-off-by: Viraj Karandikar <vkarandikar@nvidia.com> Reviewed-on: http://git-master/r/1164763 GVS: Gerrit_Virtual_Submit Reviewed-by: Ravindra Lokhande <rlokhande@nvidia.com>
Description
No description provided