Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ASoC: simple-card: Dereference pointer for memcpy sizeof in asoc_simp…
…le_card_probe Commit 4fb7f4d ("ASoC: simple-card: use cpu/codec pointer on simple_dai_props") updated {cpu,codec}_dai to be pointers in struct simple_dai_props but didn't update these locations to dereference the pointers. This patch fixup it for non DT simple-card use case. Signed-off-by: Nathan Chancellor <natechancellor@gmail.com> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
- Loading branch information