Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: SOF: remove duplicate code due to merge

Commit 81113108491e ("ASoC: Merge up fixes") added the same code
twice, remove the extra call.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Link: https://lore.kernel.org/r/20230814234235.87268-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Pierre-Louis Bossart and committed by
Mark Brown
c5556d86 62cc82e6

-3
-3
sound/soc/sof/ipc4-topology.c
··· 1734 1734 /* update pipeline memory usage */ 1735 1735 sof_ipc4_update_resource_usage(sdev, swidget, &copier_data->base_config); 1736 1736 1737 - /* update pipeline memory usage */ 1738 - sof_ipc4_update_resource_usage(sdev, swidget, &copier_data->base_config); 1739 - 1740 1737 /* copy IPC data */ 1741 1738 memcpy(*ipc_config_data, (void *)copier_data, sizeof(*copier_data)); 1742 1739 if (gtw_cfg_config_length)