]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: soc-core.c: fixup snd_soc_of_get_dai_link_cpus()
authorMark Brown <broonie@kernel.org>
Thu, 30 Jun 2022 15:09:32 +0000 (16:09 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 30 Jun 2022 15:09:32 +0000 (16:09 +0100)
commit80f8fa5fb9595c87531a9323938a4aa3dcdaa469
tree7bd96c808829ffdaefebc5a1d5825298182f9dae
parent01facac84df19ee9ebb5ebf01acea78aacbdf80e
parentaed9d7bd4ad155dffe4e85b616deba5475d9567f
ASoC: soc-core.c: fixup snd_soc_of_get_dai_link_cpus()

Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:

Current ASoC has fixup both snd_soc_of_get_dai_link_cpus/codecs().
I guess cpu was copied from codec, but it is using "codec" naming everwhere
in "cpu" function. It is strange, and thus, error case will be issue
(It should call cpu function instead of codec).

This patch tidyup it, and try to cleanup.
[1/2] is for bug-fix,
[2/2] is for new feature.