Searched defs:asoc_simple_dai (Results 1 – 1 of 1) sorted by relevance
25 struct asoc_simple_dai { struct26 const char *name;27 unsigned int sysclk;28 int clk_direction;29 int slots;30 int slot_width;31 unsigned int tx_slot_mask;32 unsigned int rx_slot_mask;33 struct clk *clk;34 bool clk_fixed;[all …]