From: Mark Brown Date: Thu, 10 Nov 2022 17:49:54 +0000 (+0000) Subject: ASoC: SOF: get pipeline instance id from pipe_widget->instance_id X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6426f56b7a6e6dd3e0b54a77bfd654177538ff16;p=linux.git ASoC: SOF: get pipeline instance id from pipe_widget->instance_id Merge series from Bard Liao : 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. --- 6426f56b7a6e6dd3e0b54a77bfd654177538ff16