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)
commit2e05ddd2c9f8000751d52fcf35b8318da46026bc
treeb0417f9d0e6048b37ad0e62bee2183ca3a67b413
parent47c4cc08cb5b34e93ab337b924c5ede77ca3c936
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