commit | edd8ed496b98f1b9d9fda5170a90fe41e7f86e6e | [log] [tgz] |
---|---|---|
author | Jie Yang <yang.jie@intel.com> | Sat May 30 22:33:59 2015 +0800 |
committer | Mark Brown <broonie@kernel.org> | Tue Jun 02 15:34:12 2015 +0100 |
tree | 80bfb402305a250d163f6ff56842261a2f14252d | |
parent | 2dbc80caf7e93c3d49787cf939fc416873125c1b [diff] |
ASoC: Intel: handle haswell pcm suspend including runtime modules freeing It needs free pcm runtime modules before unloading firmware, here add hsw_pcm_suspend() to handle this procedure: suspends firmware ==> frees runtime modules ==> unloads firmware. This fixes the broadwell module unload failed issue. Signed-off-by: Jie Yang <yang.jie@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>