diff options
author | Kuninori Morimoto | 2019-11-05 15:47:22 +0900 |
---|---|---|
committer | Mark Brown | 2019-11-05 23:50:58 +0000 |
commit | 237d19080cd37e1ccf5462e63d8577d713f6da46 (patch) | |
tree | 1f73ff28a38c1ee6be0e38c556644b739efe92e0 /include | |
parent | 71cb85f5e9da4aa3ab62020389b513275121083d (diff) |
ASoC: soc-core: remove topology specific operation
soc-core has some API which is used from topology, but it is doing
topology specific operation at soc-core.
soc-core should care about core things, and topology should care
about topology things, otherwise, it is very confusable.
For example topology type is not related to soc-core,
it is topology side issue.
This patch removes meaningless check from soc-core.
This patch keeps extra initialization/destruction at
snd_soc_add_dai_link() / snd_soc_remove_dai_link()
which were for topology.
From this patch, non-topology card can use it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://lore.kernel.org/r/87pni6251h.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions