From 946d92a100f6c36b1c53922d5105b3c19a59173d Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Mon, 12 Aug 2013 23:28:42 +0100 Subject: [PATCH] ASoC: dapm: Don't create routes when creating kcontrols Attempting to create the route as part of adding a mux control causes us to attempt to add the same route twice since we loop over all sources for the mux after creating the control. Instead do the addition in the callers. Signed-off-by: Mark Brown Acked-by: Lars-Peter Clausen --- Reading git-format-patch failed