]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: soc.h: remove unused card->pmdown_time
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 6 Apr 2026 05:51:51 +0000 (05:51 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 6 Apr 2026 12:45:30 +0000 (13:45 +0100)
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>
include/sound/soc.h

index f70edd9c23b271d55c858240aa71180ea25725e1..5e3eb617d8323ac64a4d7567059363bf12606ade 100644 (file)
@@ -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 */