]> 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)
commit9559bdc69d7255b265d289b56e5cc72515d6a0cd
tree1db8fa97466ef6bc7a6fc63dcb9180f599d777be
parenteb3797566adcee83086c9f97008c3024edf0b4a4
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 c6682450a0bfba ("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