ASoC: SOF: define INFO_ flags in dsp_ops
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Thu, 24 Oct 2019 21:03:17 +0000 (16:03 -0500)
committerMark Brown <broonie@kernel.org>
Fri, 25 Oct 2019 10:07:45 +0000 (11:07 +0100)
commit27e322fabd508ba73ced625fc41f0b7ceee26416
tree01ecc124436ef7be9368f3e01f7a3b529c32417d
parent8c05f6af7b7d713e327cd6df5a8889c32fc1c10f
ASoC: SOF: define INFO_ flags in dsp_ops

Currently the INFO_ flags such as PAUSE/NO_PERIOD_WAKEUP are defined
in the SOF PCM core, which doesn't scale. To account for platform
variations, these flags need to be set in DSP ops.

This patch only moves the definitions and does not change any
functionality.

Reviewed-by: Jaska Uimonen <jaska.uimonen@intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20191024210318.30068-2-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/imx/imx8.c
sound/soc/sof/intel/apl.c
sound/soc/sof/intel/bdw.c
sound/soc/sof/intel/byt.c
sound/soc/sof/intel/cnl.c
sound/soc/sof/pcm.c
sound/soc/sof/sof-priv.h