ASoC: simple_card_utils: remove unused cpus/codecs/platforms from props
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 15 Jun 2023 05:32:42 +0000 (05:32 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 15 Jun 2023 11:08:41 +0000 (12:08 +0100)
commit45b4ad53d4840d92681060c11fcd4f55b1c2f246
tree9aa81916895d8f47c1a7c5f9cd9e1a0ca8c79d53
parentfed4be313a55e9a19fdabe99d1ec373e25889e2c
ASoC: simple_card_utils: remove unused cpus/codecs/platforms from props

simple_dai_props has cpus/codecs/platforms. These pointer were used
for dai_link before, but are allocated today since
commit 050c7950fd70 ("ASoC: simple-card-utils: alloc dai_link
information for CPU/Codec/Platform").
We don't need to keep it anymore. This patch removes these.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87bkhhxpc6.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/simple_card_utils.h
sound/soc/generic/simple-card-utils.c