]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: soc-core: Set dpcm_playback / dpcm_capture
authorDaniel Baluta <daniel.baluta@nxp.com>
Wed, 4 Dec 2019 15:13:33 +0000 (17:13 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 24 Dec 2019 23:56:14 +0000 (23:56 +0000)
commit62a68886f53e3dd68a1cf629a10239c5aa8a3856
tree4afc33018d3a9cde46255b649563d60b1ff660aa
parent6c91297711bb026358886c148b591b89b7f1f58c
ASoC: soc-core: Set dpcm_playback / dpcm_capture

When converting a normal link to a DPCM link we need
to set dpcm_playback / dpcm_capture otherwise playback/capture
streams will not be created resulting in errors like this:

[   36.039111]  sai1-wm8960-hifi: ASoC: no backend playback stream

Fixes: cc9d7262fb6ac ("ASoC: core: Allow topology to override machine driver FE DAI link config")
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Link: https://lore.kernel.org/r/20191204151333.26625-1-daniel.baluta@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c