soc-card.h (73de4b026850da432b8bcfb73fc4af94674a8102) | soc-card.h (5c0eac036dfd3e20dd09ab86343c3b2fb2a1ac86) |
---|---|
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 --- 11 unchanged lines hidden (view full) --- 20 struct snd_soc_jack_pin *pins, unsigned int num_pins); 21 22int snd_soc_card_suspend_pre(struct snd_soc_card *card); 23int snd_soc_card_suspend_post(struct snd_soc_card *card); 24int snd_soc_card_resume_pre(struct snd_soc_card *card); 25int snd_soc_card_resume_post(struct snd_soc_card *card); 26 27int snd_soc_card_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 --- 11 unchanged lines hidden (view full) --- 20 struct snd_soc_jack_pin *pins, unsigned int num_pins); 21 22int snd_soc_card_suspend_pre(struct snd_soc_card *card); 23int snd_soc_card_suspend_post(struct snd_soc_card *card); 24int snd_soc_card_resume_pre(struct snd_soc_card *card); 25int snd_soc_card_resume_post(struct snd_soc_card *card); 26 27int snd_soc_card_probe(struct snd_soc_card *card); |
28int snd_soc_card_late_probe(struct snd_soc_card *card); |
|
28 29/* device driver data */ 30static inline void snd_soc_card_set_drvdata(struct snd_soc_card *card, 31 void *data) 32{ 33 card->drvdata = data; 34} 35 --- 20 unchanged lines hidden --- | 29 30/* device driver data */ 31static inline void snd_soc_card_set_drvdata(struct snd_soc_card *card, 32 void *data) 33{ 34 card->drvdata = data; 35} 36 --- 20 unchanged lines hidden --- |