]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: soc_bind_dai_link() directly returns success for a bound DAI link
authorMengdong Lin <mengdong.lin@linux.intel.com>
Wed, 2 Dec 2015 06:11:40 +0000 (14:11 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 8 Dec 2015 18:05:09 +0000 (18:05 +0000)
commit49a5ba1cd9da4fb04e7ce1e0d94f6a5a9b7be48e
tree082af89fb9eea2d4bf0aeb724ebb8eb825b60804
parentd6f220ea13edfd3430fb42e09ff92e321ffb5762
ASoC: soc_bind_dai_link() directly returns success for a bound DAI link

This function will return success immediately for a bound DAI link.
No need to look for the cpu/codec DAIs again.

Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c