commit | 5b2fe89856b2d0faaaea9e4b4b2c4920de7a600c | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Tue Mar 15 16:39:27 2016 +0530 |
committer | Mark Brown <broonie@kernel.org> | Wed Mar 16 10:08:43 2016 +0000 |
tree | d83890d11b337aca58553ae0d8e021e40f13c93d | |
parent | 077411e5eb8872736fdc5f3e7277719160918dde [diff] |
ASoC: Intel: Skylake: Call i915 exit last The Skylake driver uses i915 component APIs to talk to display. On remove we should free up by invoking snd_hdac_i915_exit() but that should be last thing in remove routine, so move it to last in skl_free() Signed-off-by: Jeeja KP <jeeja.kp@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>