diff options
-rw-r--r-- | sound/soc/intel/skylake/skl-topology.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/intel/skylake/skl-topology.c b/sound/soc/intel/skylake/skl-topology.c index efe001162204..a356f3b1dd5b 100644 --- a/sound/soc/intel/skylake/skl-topology.c +++ b/sound/soc/intel/skylake/skl-topology.c | |||
@@ -827,9 +827,6 @@ static int skl_tplg_pga_dapm_post_pmd_event(struct snd_soc_dapm_widget *w, | |||
827 | * This is a connecter and if path is found that means | 827 | * This is a connecter and if path is found that means |
828 | * unbind between source and sink has not happened yet | 828 | * unbind between source and sink has not happened yet |
829 | */ | 829 | */ |
830 | ret = skl_stop_pipe(ctx, sink_mconfig->pipe); | ||
831 | if (ret < 0) | ||
832 | return ret; | ||
833 | ret = skl_unbind_modules(ctx, src_mconfig, | 830 | ret = skl_unbind_modules(ctx, src_mconfig, |
834 | sink_mconfig); | 831 | sink_mconfig); |
835 | } | 832 | } |