Searched defs:snd_sof_dai (Results 1 – 1 of 1) sorted by relevance
528 struct snd_sof_dai { struct529 struct snd_soc_component *scomp;530 const char *name;531 u32 type;533 int number_configs;534 int current_config;535 struct list_head list; /* list in sdev dai list */537 const void *platform_private;538 void *private;
Completed in 9 milliseconds