Searched defs:snd_ak4xxx_private (Results 1 – 1 of 1) sorted by relevance
264 struct snd_ak4xxx_private { struct265 unsigned int cif:1; /* CIF mode */266 unsigned char caddr; /* C0 and C1 bits */267 unsigned int data_mask; /* DATA gpio bit */268 unsigned int clk_mask; /* CLK gpio bit */269 unsigned int cs_mask; /* bit mask for select/deselect address */270 unsigned int cs_addr; /* bits to select address */271 unsigned int cs_none; /* bits to deselect address */272 unsigned int add_flags; /* additional bits at init */273 unsigned int mask_flags; /* total mask bits */[all …]