ASoC: Intel: bdw-rt5650: Revert SSP0 link to use dummy components
authorCezary Rojewski <cezary.rojewski@intel.com>
Wed, 25 Mar 2020 13:16:11 +0000 (14:16 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 25 Mar 2020 21:33:29 +0000 (21:33 +0000)
commitf25e203070e5b12e4db366ee99b86f33a968f1ae
tree2a49522ca437fe55eebd13ea93b898e89119eae3
parentc031d3de80a4f6127fc7b953fdaeead934e61c1a
ASoC: Intel: bdw-rt5650: Revert SSP0 link to use dummy components

Recent series of patches targeting broadwell boards, while enabling
SOF, changed behavior for non-SOF solutions. In essence replacing
platform 'dummy' with actual 'platform' causes redundant stream
initialization to occur during audio start. hw_params for haswell-pcm
destroys initial stream right after its creation - only to recreate it
again from proceed from there.

While harmless so far, this flow isn't right and should be corrected.
The actual need for dummy components for SSP0 link is questionable but
that issue is subject for another series.

Fixes: a40acc6bfceb ("ASoC: Intel: bdw-rt5650: change cpu_dai and platform components for SOF")
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20200325131611.545-4-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/bdw-rt5650.c