mirror of
https://github.com/torvalds/linux.git
synced 2026-08-06 07:21:55 +02:00
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> |
||
|---|---|---|
| .. | ||
| acp5x-i2s.c | ||
| acp5x-mach.c | ||
| acp5x-pcm-dma.c | ||
| acp5x.h | ||
| Makefile | ||
| pci-acp5x.c | ||
| vg_chip_offset_byte.h | ||