From: Jarkko Nikula Date: Thu, 8 May 2014 13:07:22 +0000 (+0300) Subject: ASoC: Intel: Simplify Baytrail stream control IPC construction X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2~3^3~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65ee9e8fb654838aa83346728d20b6d7889a7f57;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed