ASoC: SOF: Intel: hda: Introduce HDA DAI abstraction
authorMark Brown <broonie@kernel.org>
Thu, 9 Mar 2023 14:26:52 +0000 (14:26 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 9 Mar 2023 14:26:52 +0000 (14:26 +0000)
commitf6b16c308a6a00f88b4262e57f03b6861d4ce6df
tree133b4dab702c5f9695341cbb0a098d3f7d4c0a3e
parentf37acbde076d8dbf5e4c694f29760e608fdffe11
parent8c29e78b8ecbec208bdd6d8b385ada71c1e730cd
ASoC: SOF: Intel: hda: Introduce HDA DAI abstraction

Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:

This series introduces an abstraction of the HDA DAI handling.

The motivation is to simplify and make the code more flexible regarding to IPC
versions, new features (ChainDMA (IPC4) and DSPless mode) and to pave the way for new
platforms.

For the first look the series might feels a bit too intrusive but it introduces
no functionality change (tested at each commit).