linux-stable/sound/soc/amd/vangogh
Kuninori Morimoto 3989ade2d1
ASoC: soc.h: remove num_cpus/codecs
Current rtd has both dai_link pointer (A) and num_cpus/codecs (B).

(A)	rtd->dai_link	= dai_link;
(B)	rtd->num_cpus	= dai_link->num_cpus;
(B)	rtd->num_codecs	= dai_link->num_codecs;

But, we can get num_cpus/codecs (B) via dai_link (A).
This means we don't need to keep num_cpus/codecs on rtd.
This patch removes these.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87sfkmv9n3.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2022-09-20 12:19:30 +01:00
..
acp5x-i2s.c ASoC: amd: Migrate to new style legacy DAI naming flag 2022-06-27 13:16:30 +01:00
acp5x-mach.c ASoC: soc.h: remove num_cpus/codecs 2022-09-20 12:19:30 +01:00
acp5x-pcm-dma.c ASoC: amd: Fix reference to PCM buffer address 2022-03-16 16:39:27 +00:00
acp5x.h ASoC: Updates for v5.18 2022-03-21 16:19:21 +01:00
Makefile ASoC: amd: enable vangogh platform machine driver build 2021-10-15 16:10:55 +01:00
pci-acp5x.c ASoC: amd: vg: update acp init and deinit sequence 2022-02-24 02:04:30 +00:00
vg_chip_offset_byte.h