commit | 077411e5eb8872736fdc5f3e7277719160918dde | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Tue Mar 15 16:39:26 2016 +0530 |
committer | Mark Brown <broonie@kernel.org> | Wed Mar 16 10:08:43 2016 +0000 |
tree | f89a253ccac2e370741711285fff19032f2af250 | |
parent | 3f7f8489e25b180cf8de8a3ae3896b3f18fc4aa5 [diff] |
ASoC: Intel: Skylake: Unmap the address last In Skylake destructor we unmap the hardware address and then free links and streams. The stream free accesses hardware to write to registers and predictably causes oops. So change the order and unmap last in destructor. 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>