commit | 7ddd4cd5c31ccaf32febe52462f9fdc915893212 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Mon Oct 20 19:36:34 2014 +0200 |
committer | Mark Brown <broonie@kernel.org> | Wed Oct 22 12:02:33 2014 +0100 |
tree | f940ab801033520495deedb7063fa5f44d5375fd | |
parent | cdc4508b4d1c609e3b0e4f23697edbee0d23b86e [diff] |
ASoC: dapm: Remove always true path source/sink checks A path has always a valid source and a valid sink otherwise we wouldn't add it in the first place. Hence all tests that check if sink/source is non NULL always evaluate to true and can be removed. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>