]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: intel: skylake: add remove() callback for component driver
authorRanjani Sridharan <ranjani.sridharan@linux.intel.com>
Fri, 5 Apr 2019 00:30:39 +0000 (17:30 -0700)
committerMark Brown <broonie@kernel.org>
Fri, 5 Apr 2019 02:23:34 +0000 (09:23 +0700)
commitac75235370f28109e85128b771d85fe24cb48448
treeb0417f9d0e6048b37ad0e62bee2183ca3a67b413
parentddea23a6677bb7dca3127522dafe9182e6dea99a
ASoC: intel: skylake: add remove() callback for component driver

Topology is not unloaded in the core during unregister_component()
anymore. So, add the remove() callback that will unload the
topology.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl-pcm.c