Home
last modified time | relevance | path

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

/linux-4.4.14/include/sound/
Dsoc.h866 struct snd_soc_codec_driver { struct
869 int (*probe)(struct snd_soc_codec *);
870 int (*remove)(struct snd_soc_codec *);
871 int (*suspend)(struct snd_soc_codec *);
872 int (*resume)(struct snd_soc_codec *);
873 struct snd_soc_component_driver component_driver;
876 const struct snd_kcontrol_new *controls;
877 int num_controls;
878 const struct snd_soc_dapm_widget *dapm_widgets;
879 int num_dapm_widgets;
[all …]