aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pps_kernel.h
diff options
context:
space:
mode:
authorKuninori Morimoto <[email protected]>2019-06-26 10:40:59 +0900
committerMark Brown <[email protected]>2019-06-26 12:28:56 +0100
commite3303268f9cfa4eb7c2217df471417d4327109fd (patch)
treefcee696a1aa87036efcebbbf910ac25239b3e45d /include/linux/pps_kernel.h
parent526a6d45b013d45fdddd420860c69fb29fed3d62 (diff)
ASoC: soc-core: don't use soc_find_component() at snd_soc_find_dai()
commit b9f2e25c599bb ("ASoC: soc-core: use soc_find_component() at snd_soc_find_dai()") used soc_find_component() at snd_soc_find_dai(), but, some CPU driver has CPU component for DAI and Platform component, for example generic DMAEngine component. In such case, CPU component and Platform component have same of_node / name. Here soc_find_component() returns *1st* found component. Thus, we shouldn't use soc_find_component() at snd_soc_find_dai(). This patch fixup this it, and add comment to indicate this limitation. Fixes: commit b9f2e25c599bb ("ASoC: soc-core: use soc_find_component() at snd_soc_find_dai()") Reported-by: Dmitry Osipenko <[email protected]> Reported-by: Jon Hunter <[email protected]> Signed-off-by: Kuninori Morimoto <[email protected]> Tested-by: Jon Hunter <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'include/linux/pps_kernel.h')
0 files changed, 0 insertions, 0 deletions