Searched hist:d5770daef62d2e4d33015089bab392ef867fd35a (Results 1 – 1 of 1) sorted by relevance
/linux/sound/soc/sof/ |
H A D | compress.c | diff d5770daef62d2e4d33015089bab392ef867fd35a Tue Jul 12 16:15:28 CEST 2022 Daniel Baluta <daniel.baluta@nxp.com> ASoC: SOF: compress: Dynamically allocate pcm params struct
We need to extend sof_ipc_pcm_parmas with additional data in order to send compress_params to SOF FW.
The extensions will be done at runtime so we need to dynamically allocate pcm object of type struct sof_ipc_pcm_params.
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Link: https://lore.kernel.org/r/20220712141531.14599-2-daniel.baluta@oss.nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
|