ASoC: Intel: Fix simultaneous Baytrail SST capture and playback
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Thu, 15 May 2014 11:41:48 +0000 (14:41 +0300)
committerMark Brown <broonie@linaro.org>
Thu, 15 May 2014 15:53:07 +0000 (16:53 +0100)
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 <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/intel/sst-baytrail-pcm.c

Simple merge