From 65ee9e8fb654838aa83346728d20b6d7889a7f57 Mon Sep 17 00:00:00 2001 From: Jarkko Nikula Date: Thu, 8 May 2014 16:07:22 +0300 Subject: [PATCH] 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-format-patch failed