[alsa-devel] [PATCH v2 0/6] ASoC: Intel: Skylake: Fix module removal
Vinod Koul
vinod.koul at intel.com
Tue Mar 15 12:09:22 CET 2016
Skylake driver were crashing on module removal when we run "alsa reload".
The first issues was caused by component framework regression which Russell
fixed and in in 4.5. In driver there were still some missing order which
needs to be fixed. This series first update the list parsing in core, then
ensure proper freeup of code objects, and then ensuring driver does proper
cleanup and i915 dependency
Changes in v2:
- Add acked by Takashi
- Remove codec destructor wrapper
Vinod Koul (6):
ALSA: hda: use list macro for parsing on cleanup
ASoC: Intel: Skylake: free codec objects on removal
ASoC: Intel: Skylake: Freeup properly on skl_dsp_free
ASoC: Intel: Skylake: Unmap the address last
ASoC: Intel: Skylake: Call i915 exit last
ASoC: Intel: Skylake: remove call to pci_dev_put
sound/hda/ext/hdac_ext_stream.c | 5 ++---
sound/soc/intel/skylake/skl-sst-dsp.c | 5 +++++
sound/soc/intel/skylake/skl.c | 17 ++++++++++-------
3 files changed, 17 insertions(+), 10 deletions(-)
--
1.9.1
More information about the Alsa-devel
mailing list