ASoC: SOF: get pipeline instance id from pipe_widget->instance_id
authorMark Brown <broonie@kernel.org>
Thu, 10 Nov 2022 17:49:54 +0000 (17:49 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 10 Nov 2022 17:49:54 +0000 (17:49 +0000)
Merge series from Bard Liao <yung-chuan.liao@linux.intel.com>:

Currently we set pipeline instance id = swidget->pipeline_id, but
pipeline_id is from topology and can be any number. In fact, the
number of pipelines is limited. This patch use ida to allocate pipeline
instance id and will be used for pipeline instance id in the IPC
message.

1  2 
sound/soc/sof/ipc4-topology.c

Simple merge