Searched hist:"6 bd4cf855698312133b7776c77ee78af865608eb" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/soc/intel/skylake/ |
H A D | skl-topology.c | diff 6bd4cf855698312133b7776c77ee78af865608eb Wed Feb 03 06:29:51 CST 2016 Jeeja KP <jeeja.kp@intel.com> ASoC: Intel: Skylake: Fix bind of source with multiple sinks
skl_tplg_bind_sinks() takes only the first sink widget. This breaks in case we have multiple sinks for a module.
So pass source widget to skl_tplg_bind_sinks() and bind for all sinks by calling this recursively
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>
|