Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: soc.h: remove unused card->pmdown_time

commit f0fba2ad1b6b ("ASoC: multi-component - ASoC Multi-Component
Support") has replaced "card->pmdown_time" to "rtd->pmdown_time".
card->pmdown_time has been not used this 15 years. Let's remove it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87eckstz49.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Kuninori Morimoto and committed by
Mark Brown
d78ddeb8 2c4fdd05

-2
-2
include/sound/soc.h
··· 1027 1027 void (*remove_dai_link)(struct snd_soc_card *, 1028 1028 struct snd_soc_dai_link *link); 1029 1029 1030 - long pmdown_time; 1031 - 1032 1030 /* CPU <--> Codec DAI links */ 1033 1031 struct snd_soc_dai_link *dai_link; /* predefined links only */ 1034 1032 int num_links; /* predefined links only */