diff options
| author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2026-04-06 05:51:51 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-04-06 13:45:30 +0100 |
| commit | d78ddeb8938a366aabfabf60255c1a94de8d8ea1 (patch) | |
| tree | 19494a4016c9377def7e54a65add60681df62c90 /include | |
| parent | 2c4fdd055f92a2fc8602dcd88bcea08c374b7e8b (diff) | |
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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index f70edd9c23b27..5e3eb617d8323 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -1027,8 +1027,6 @@ struct snd_soc_card { void (*remove_dai_link)(struct snd_soc_card *, struct snd_soc_dai_link *link); - long pmdown_time; - /* CPU <--> Codec DAI links */ struct snd_soc_dai_link *dai_link; /* predefined links only */ int num_links; /* predefined links only */ |
