Searched defs:snd_soc_platform_driver (Results 1 – 1 of 1) sorted by relevance
929 struct snd_soc_platform_driver { struct931 int (*probe)(struct snd_soc_platform *);932 int (*remove)(struct snd_soc_platform *);933 struct snd_soc_component_driver component_driver;936 int (*pcm_new)(struct snd_soc_pcm_runtime *);937 void (*pcm_free)(struct snd_pcm *);963 const struct snd_soc_platform_driver *driver; argument