ASoC: SOF: define INFO_ flags in dsp_ops for imx8
authorDaniel Baluta <daniel.baluta@nxp.com>
Mon, 20 Jul 2020 07:20:40 +0000 (10:20 +0300)
committerMark Brown <broonie@kernel.org>
Wed, 22 Jul 2020 11:44:57 +0000 (12:44 +0100)
commit45b7262174dcc2ca62e23220219eee1462dcada9
tree32aed6971a7f801f85890365e995c9155a80fc08
parent43a10bf49f11a952ea927beceb9f6ee866ff1523
ASoC: SOF: define INFO_ flags in dsp_ops for imx8

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 27e322fabd50 ("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>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Link: https://lore.kernel.org/r/20200720072046.8152-2-daniel.baluta@oss.nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/imx/imx8.c