From: Jarkko Nikula Date: Thu, 15 May 2014 11:41:48 +0000 (+0300) Subject: ASoC: Intel: Fix simultaneous Baytrail SST capture and playback X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2~3^3~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c44b2b1aee1a0e1d47af9ed96ebb848dbcdea50;p=pandora-kernel.git ASoC: Intel: Fix simultaneous Baytrail SST capture and playback I managed to drop a change to stream ID setting from commit 49fee1781634 ("ASoC: Intel: Only export one Baytrail DAI") leading to non-working simultaneous capture-playback since after one DAI conversion rtd->cpu_dai->id + 1 will be the same for both playback and capture. Use substream->stream + 1 like it was in original Liam's patch. Signed-off-by: Jarkko Nikula Signed-off-by: Mark Brown --- Reading git-diff-tree failed