Searched defs:snd_soc_codec_driver (Results 1 – 1 of 1) sorted by relevance
591 struct snd_soc_codec_driver { struct594 int (*probe)(struct snd_soc_codec *);595 int (*remove)(struct snd_soc_codec *);596 int (*suspend)(struct snd_soc_codec *);597 int (*resume)(struct snd_soc_codec *);600 const struct snd_kcontrol_new *controls;601 int num_controls;602 const struct snd_soc_dapm_widget *dapm_widgets;603 int num_dapm_widgets;604 const struct snd_soc_dapm_route *dapm_routes;[all …]