Searched defs:asoc_simple_dai (Results 1 – 1 of 1) sorted by relevance
19 struct asoc_simple_dai { struct20 const char *name;21 unsigned int sysclk;22 int clk_direction;23 int slots;24 int slot_width;25 unsigned int tx_slot_mask;26 unsigned int rx_slot_mask;27 struct clk *clk;
Completed in 4 milliseconds