Home
last modified time | relevance | path

Searched defs:snd_soc_codec_driver (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/sound/
Dsoc.h833 struct snd_soc_codec_driver { struct
836 int (*probe)(struct snd_soc_codec *);
837 int (*remove)(struct snd_soc_codec *);
838 int (*suspend)(struct snd_soc_codec *);
839 int (*resume)(struct snd_soc_codec *);
840 struct snd_soc_component_driver component_driver;
843 const struct snd_kcontrol_new *controls;
844 int num_controls;
845 const struct snd_soc_dapm_widget *dapm_widgets;
846 int num_dapm_widgets;
[all …]