]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: SOF: Intel: only support INFO_BATCH for legacy platforms
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Thu, 24 Oct 2019 21:03:18 +0000 (16:03 -0500)
committerMark Brown <broonie@kernel.org>
Fri, 25 Oct 2019 10:08:04 +0000 (11:08 +0100)
commitcff7546aa2ac66a48244bf766388a96fe927ba0d
tree3f0c8f00aaca345a36d03f2c448d303a43306f83
parentc6682450a0bfba0728538a8bb0cee0390e8f785f
ASoC: SOF: Intel: only support INFO_BATCH for legacy platforms

The current position update is not precise enough for PulseAudio to
work reliably with the timer-based scheduling on Baytrail,
Cherrytrail, Broadwell.

Disable the NO_PERIOD_WAKEUP capability and use BATCH to signal that
the position is only reliable and updated during period_elapsed
events.

This will be reverted when the firmware provides a more accurate
position for those platforms.

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-3-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/bdw.c
sound/soc/sof/intel/byt.c