]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: simple-scu-card: care link / dai count
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 11 Dec 2018 03:25:08 +0000 (03:25 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 11 Dec 2018 12:18:26 +0000 (12:18 +0000)
commit4f006171a92e6592bcaab1b5fcf169c97d8fab97
treeb9b3d2f82d39b9ad01446d0772cb6a91b61000fa
parent2454789506b61a9c16086ba396dfa9b8383e24d7
ASoC: simple-scu-card: care link / dai count

In DPCM case, it uses CPU-dummy / dummy-Codec dai links.
If sound card is caring only DPCM, link count = dai count,
but, if non DPCM case, link count != dai count.
Now, we want to merge simple-card and simple-scu-card,
then, we need to care both link / dai count more carefly
This patch cares it, and prepare for merging simple card

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/generic/simple-scu-card.c