ASoC: jive: Automatically disconnect non-connected pins
authorLars-Peter Clausen <lars@metafoo.de>
Fri, 16 Jan 2015 13:34:52 +0000 (14:34 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 16 Jan 2015 16:59:08 +0000 (16:59 +0000)
commit3a41e0f7233a644b45e536a31c0116500ac106a4
tree31b670a2ebbe4ac8aef497785d568d5a93cd57a2
parent5d6bdfd56849b0db094006d7aa118746c899fa01
ASoC: jive: Automatically disconnect non-connected pins

All DAPM input and output pins of the wm8750 are either used in the card's
DAPM routing table or are marked as not connected.

Set the fully_routed flag of the card instead of manually marking the unused
inputs and outputs as not connected. This makes the code a bit shorter and
cleaner.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/samsung/jive_wm8750.c