Music stops for a while after press Pause/Resume several times when effect
enabled
This patch removes the DROP operation during prepare.
Change-Id: I4aa4787424df6a512ee50691f34bc5d96ae5c602
Signed-off-by: Dharageswari.R <Dharageswari.R@intel.com>
}
stream = substream->runtime->private_data;
str_id = stream->stream_info.str_id;
- if (stream->stream_info.str_id) {
- ret_val = stream->sstdrv_ops->pcm_control->device_control(
- SST_SND_DROP, &str_id);
+ if (stream->stream_info.str_id)
return ret_val;
- }
ret_val = sst_platform_alloc_stream(substream);
if (ret_val <= 0)