]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: Simplify Baytrail stream control IPC construction
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Thu, 8 May 2014 13:07:22 +0000 (16:07 +0300)
committerMark Brown <broonie@linaro.org>
Mon, 12 May 2014 21:02:17 +0000 (22:02 +0100)
commit6756c768ff838b29db83508a9a26627b7d1cc8a0
tree78de8455814b0cb38b068558d779c6d17bc2c080
parent2cf1c70edfd97f25c41180d496b898f32e4b53aa
ASoC: Intel: Simplify Baytrail stream control IPC construction

Baytrail ADSP stream IPC simplifies a little by moving IPC_IA_START_STREAM
construction and sending directly into sst_byt_stream_start() from
sst_byt_stream_operations(). This is because IPC_IA_START_STREAM is only
stream IPC with extra message data so this move saves a few code lines.

Main motivation for this is to prepare for passing stream start position
to sst_byt_stream_start() which will be needed in resume code.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/intel/sst-baytrail-ipc.c