OSDN Git Service

ASoC: SOF: Intel: improve HDaudio DAI support
authorMark Brown <broonie@kernel.org>
Mon, 25 Apr 2022 22:51:28 +0000 (23:51 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 25 Apr 2022 22:51:28 +0000 (23:51 +0100)
commit83f48ad508b0539f4a1737a1a125d1b66191dbc3
tree72051bd92d26b3d6cc9846e93e317fba85908b51
parent0386dd9140d04743ba15ebc349d9a7fcb6e24824
parentc4eb48f7739fc0dae7e6b8319a77261fc1b61d74
ASoC: SOF: Intel: improve HDaudio DAI support

Merge series from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:

The SOF CI and daily tests exposed a number of issues with corner
cases on platforms using the HDaudio DAI, such as UpExtreme boards or
usual HDaudio+DMIC laptops.

This patchset provides improvements for pause_push/pause_release,
suspend-resume, mixing use cases and combinations of all three.

The initial patches provide a cleanup, the last patches improve the
state machine and DMA handling.