ASoC: Intel: Skylake: Fix not to stop sink pipe in pga pmd event
authorJeeja KP <jeeja.kp@intel.com>
Wed, 3 Feb 2016 12:29:50 +0000 (17:59 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 4 Feb 2016 11:36:14 +0000 (11:36 +0000)
commit9946f70906eebf2a305d0b189de52eec8ba39649
treee745620c5e19908f0971ae30d95143cd9e3fe54b
parent0c684c48257bc6033bdd3b942babef22d0a1852a
ASoC: Intel: Skylake: Fix not to stop sink pipe in pga pmd event

We should not stop the sink pipe in it's pmd handler for a mixin
module as this module may still be connected to other pipes.

This will be stopped and freed by current implementation on last
connected pipe unbind.

Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl-topology.c