ASoC/soundwire: revisit interrupt and lcount handling
authorMark Brown <broonie@kernel.org>
Fri, 25 Nov 2022 14:23:11 +0000 (14:23 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 25 Nov 2022 14:23:11 +0000 (14:23 +0000)
Merge series from Bard Liao <yung-chuan.liao@linux.intel.com>:

The code in drivers/soundwire/intel_init.c is hardware-dependent and the
code does not apply to new generations starting with MeteorLake. Refactor
and clean-up the code to make this intel_init.c hardware-agnostic and
move all hardware-dependencies in the SOF driver using chip descriptors.


Trivial merge