]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ASoC: soc-xxx: add asoc_substream_to_rtd()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 20 Jul 2020 01:17:39 +0000 (10:17 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 23 Jul 2020 18:07:19 +0000 (19:07 +0100)
commit0ceef681e34a61afcd77af0837b2132925c5bad4
tree97c8af1bd0a9a2df249a69fa17cb0ac5eea42ff3
parent0c5b270b2e6c92b6a752868a3a1abddc3c52186f
ASoC: soc-xxx: add asoc_substream_to_rtd()

Current soc-xxx are getting rtd from substream by

rtd = substream->private_data;

But, getting data from "private_data" is very unclear.
This patch adds asoc_substream_to_rtd() macro which is
easy to understand that rtd from substream.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87wo2z0yve.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc.h
sound/soc/soc-component.c
sound/soc/soc-dai.c
sound/soc/soc-dapm.c
sound/soc/soc-generic-dmaengine-pcm.c
sound/soc/soc-link.c
sound/soc/soc-pcm.c
sound/soc/soc-utils.c