soc-card.h (66da65005aa819e0b8d3a08f5ec1491b7690cb67) soc-card.h (df4d27b19b892f464685ea45fa6132dd1a2b6864)
1/* SPDX-License-Identifier: GPL-2.0
2 *
3 * soc-card.h
4 *
5 * Copyright (C) 2019 Renesas Electronics Corp.
6 * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
7 */
8#ifndef __SOC_CARD_H

--- 15 unchanged lines hidden (view full) ---

24
25int snd_soc_card_suspend_pre(struct snd_soc_card *card);
26int snd_soc_card_suspend_post(struct snd_soc_card *card);
27int snd_soc_card_resume_pre(struct snd_soc_card *card);
28int snd_soc_card_resume_post(struct snd_soc_card *card);
29
30int snd_soc_card_probe(struct snd_soc_card *card);
31int snd_soc_card_late_probe(struct snd_soc_card *card);
1/* SPDX-License-Identifier: GPL-2.0
2 *
3 * soc-card.h
4 *
5 * Copyright (C) 2019 Renesas Electronics Corp.
6 * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
7 */
8#ifndef __SOC_CARD_H

--- 15 unchanged lines hidden (view full) ---

24
25int snd_soc_card_suspend_pre(struct snd_soc_card *card);
26int snd_soc_card_suspend_post(struct snd_soc_card *card);
27int snd_soc_card_resume_pre(struct snd_soc_card *card);
28int snd_soc_card_resume_post(struct snd_soc_card *card);
29
30int snd_soc_card_probe(struct snd_soc_card *card);
31int snd_soc_card_late_probe(struct snd_soc_card *card);
32void snd_soc_card_fixup_controls(struct snd_soc_card *card);
32int snd_soc_card_remove(struct snd_soc_card *card);
33
34int snd_soc_card_set_bias_level(struct snd_soc_card *card,
35 struct snd_soc_dapm_context *dapm,
36 enum snd_soc_bias_level level);
37int snd_soc_card_set_bias_level_post(struct snd_soc_card *card,
38 struct snd_soc_dapm_context *dapm,
39 enum snd_soc_bias_level level);

--- 33 unchanged lines hidden ---
33int snd_soc_card_remove(struct snd_soc_card *card);
34
35int snd_soc_card_set_bias_level(struct snd_soc_card *card,
36 struct snd_soc_dapm_context *dapm,
37 enum snd_soc_bias_level level);
38int snd_soc_card_set_bias_level_post(struct snd_soc_card *card,
39 struct snd_soc_dapm_context *dapm,
40 enum snd_soc_bias_level level);

--- 33 unchanged lines hidden ---