commit | e3c4a28b611b03d69bfbdffda985ef0dd94c2794 | [log] [tgz] |
---|---|---|
author | Xiubo Li <Li.Xiubo@freescale.com> | Mon Sep 01 14:46:52 2014 +0800 |
committer | Mark Brown <broonie@kernel.org> | Mon Sep 01 17:48:07 2014 +0100 |
tree | afcd63e086b61b3e7f1cd91dac29479c7df4acee | |
parent | 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 [diff] |
ASoC: simple-card: Fix bug of wrong decrement DT node's refcount DAI links's cpu_of_node's and codec_of_node's refcounts shouldn't be decremented immediately at the end of the probe() fucntion. Because we will still use them before the audio card is removed. Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com> Signed-off-by: Mark Brown <broonie@kernel.org>