Searched defs:snd_soc_platform_driver (Results 1 – 1 of 1) sorted by relevance
878 struct snd_soc_platform_driver { struct880 int (*probe)(struct snd_soc_platform *);881 int (*remove)(struct snd_soc_platform *);882 struct snd_soc_component_driver component_driver;885 int (*pcm_new)(struct snd_soc_pcm_runtime *);886 void (*pcm_free)(struct snd_pcm *);912 const struct snd_soc_platform_driver *driver; argument