ASoC: SOF: remove suport for TRIGGER_RESUME
authorMark Brown <broonie@kernel.org>
Fri, 17 Dec 2021 17:32:44 +0000 (17:32 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 17 Dec 2021 17:32:44 +0000 (17:32 +0000)
commitf7c7ecaba4690f8156ab4b049c53a121c154fda0
tree164d0a17411b1372b8796ba3ea9ad904fd58cc61
parentf04b4fb47d83b110a5b007fb2eddea862cfeb151
parent35218cf61869ca4b11c8c0b49a95f75f379e403a
ASoC: SOF: remove suport for TRIGGER_RESUME

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

None of the SOF platforms support INFO_RESUME, and rely on the
indirect path used by the ALSA core with the prepare and TRIGGER_START
steps.

Let's remove the left-over dead code.