ASoC: Intel: modularize driver probe and remove
authorSubhransu S. Prusty <subhransu.s.prusty@intel.com>
Thu, 30 Oct 2014 10:51:48 +0000 (16:21 +0530)
committerMark Brown <broonie@kernel.org>
Fri, 31 Oct 2014 16:57:32 +0000 (16:57 +0000)
commit250454d8fe65680b26f2917b806e2caf49126a01
treec297bba913e1911fa8ae69bbecbfcabd6b6b3c45
parent2559d9928f36f3c0bfb4ded9bb47d47b36337b09
ASoC: Intel: modularize driver probe and remove

The driver probe which initializes driver and remove which cleans up can be
shared with APCI as well, so move them to common init_context and
cleanup_context routines which can be used by ACPI as well

Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/sst/sst.c