Searched defs:snd_platform (Results 1 – 1 of 1) sorted by relevance
410 struct snd_platform { struct413 int (*probe)(struct snd_platform *); argument415 int (*pcm_new)(struct snd_pcm *);416 void (*pcm_free)(struct snd_pcm *);417 const struct snd_pcm_ops *ops;418 struct snd_dai *cpu_dai;419 void *private_data;420 void *mem_base;421 struct snd_kcontrol *controls;422 unsigned int num_controls;[all …]
Completed in 8 milliseconds