]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit31f9c3a3ad45dc641acaa39a7c985cc5b9be80a0
tree31b670a2ebbe4ac8aef497785d568d5a93cd57a2
parentf5b8c82533601d042456f3e7e20c5cc09e7809b8
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