ASoC: Intel: remove conflicts when load/unload multiple firmware images
[cascardo/linux.git] / sound / soc / intel / sst-haswell-dsp.c
index 57039b0..f6e1e6b 100644 (file)
@@ -207,9 +207,6 @@ static int hsw_parse_fw_image(struct sst_fw *sst_fw)
                module = (void *)module + sizeof(*module) + module->mod_size;
        }
 
-       /* allocate scratch mem regions */
-       sst_block_alloc_scratch(dsp);
-
        return 0;
 }