stream_info->sig_bits);
        format_val = snd_hdac_stream_format(runtime->channels, bits, runtime->rate);
 
+       snd_hdac_ext_stream_decouple(bus, link_stream, true);
        snd_hdac_ext_stream_reset(link_stream);
        snd_hdac_ext_stream_setup(link_stream, format_val);
 
        struct avs_dev *adev = to_avs_dev(dai->dev);
        struct hdac_ext_stream *host_stream;
        unsigned int format_val;
+       struct hdac_bus *bus;
        unsigned int bits;
        int ret;
 
        if (hdac_stream(host_stream)->prepared)
                return 0;
 
+       bus = hdac_stream(host_stream)->bus;
+       snd_hdac_ext_stream_decouple(bus, data->host_stream, true);
        snd_hdac_stream_reset(hdac_stream(host_stream));
 
        stream_info = snd_soc_dai_get_pcm_stream(dai, substream->stream);