ASoC: intel: sof_sdw: Remove large global CPUs array
authorMark Brown <broonie@kernel.org>
Fri, 15 Sep 2023 18:03:43 +0000 (19:03 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 15 Sep 2023 18:03:43 +0000 (19:03 +0100)
Merge series from Bard Liao <yung-chuan.liao@linux.intel.com>:

Rather than keeping a single array of CPU dai link components allocate a
smaller one for each DAI link, this reduces the amount of state that
needs to be passed back and forth in the driver.


Trivial merge