ASoC: dpcm: don't merge format from invalid codec dai
authorJerome Brunet <jbrunet@baylibre.com>
Wed, 27 Jun 2018 15:36:38 +0000 (17:36 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 28 Jun 2018 10:19:50 +0000 (11:19 +0100)
commit4febced15ac8ddb9cf3e603edb111842e4863d9a
tree6f2f305271f25008596457fa05e062bfc5a587c0
parentb66c9b911fe6ca188002b342b05c43deab4491a3
ASoC: dpcm: don't merge format from invalid codec dai

When merging codec formats, dpcm_runtime_base_format() should skip
the codecs which are not supporting the current stream direction.

At the moment, if a BE link has more than one codec, and only one
of these codecs has no capture DAI, it becomes impossible to start
a capture stream because the merged format would be 0.

Skipping invalid codec DAI solves the problem.

Fixes: b073ed4e2126 ("ASoC: soc-pcm: DPCM cares BE format")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org
sound/soc/soc-pcm.c