ASoC: SOF: Fixes for Intel HD-Audio DMA stopping
authorMark Brown <broonie@kernel.org>
Sat, 27 Nov 2021 01:27:27 +0000 (01:27 +0000)
committerMark Brown <broonie@kernel.org>
Sat, 27 Nov 2021 01:27:27 +0000 (01:27 +0000)
commit335302dbc2e4d041b579614beed83124f341ff43
tree264f156130d2ced8dc54edd91482c30f180f6dc2
parent4dcddadf5530a0da00e6b2eb8194297b49d33506
parent69acac569031426e2ab9b5244593b60d0c9abd04
ASoC: SOF: Fixes for Intel HD-Audio DMA stopping

Merge series from Kai Vehmanen <kai.vehmanen@linux.intel.com>:

Implement an updated programming sequence to handle DMA stop for Intel
HD-Audio DMA.

The new flow is only used if the firmware is sufficiently new to
support the feature. SOF1.9.2 is the first release with the updated
flow. The kernel changes are backwards compatible with old firmware
releases. Likewise new firmware releases will work with old kernel.

Series reviewed originally at:
https://github.com/thesofproject/linux/pull/3167