ASoC: remove rtd->platform checck
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 29 Jan 2018 02:40:28 +0000 (02:40 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 12 Feb 2018 11:44:58 +0000 (11:44 +0000)
commitbbf4d71aa9e21e8ee05e16cbb2cd2999252ce930
treeaaca9c017b77bfe04fa208d08baaa567696e75d1
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2
ASoC: remove rtd->platform checck

Now, we are ready to replace rtd->platform to rtdcom list.
From this patch, rtd->platform check is no longer needed.
It will be replaced into rtdcom.

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