]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: SOF: define INFO_ flags in dsp_ops
authorDaniel Baluta <daniel.baluta@nxp.com>
Fri, 15 May 2020 13:59:56 +0000 (16:59 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 18 May 2020 12:24:57 +0000 (13:24 +0100)
commit5c2c3cb1ca7875a2685c8cc65f08a1238e00cedb
tree1db8fa97466ef6bc7a6fc63dcb9180f599d777be
parent7d1952bceb8a1a2372a1cb86ab109c6ec8772c5c
ASoC: SOF: define INFO_ flags in dsp_ops

In the past, the INFO_ flags such as PAUSE/NO_PERIOD_WAKEUP were
defined in the SOF PCM core, but that was changed since
commit 27e322fabd508b ("ASoC: SOF: define INFO_ flags in dsp_ops")

Now these flags must be set in DSP ops.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://lore.kernel.org/r/20200515135958.17511-7-kai.vehmanen@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/imx/imx8m.c