Searched defs:snd_ak4xxx_private (Results 1 – 1 of 1) sorted by relevance
251 struct snd_ak4xxx_private { struct252 unsigned int cif:1; /* CIF mode */253 unsigned char caddr; /* C0 and C1 bits */254 unsigned int data_mask; /* DATA gpio bit */255 unsigned int clk_mask; /* CLK gpio bit */256 unsigned int cs_mask; /* bit mask for select/deselect address */257 unsigned int cs_addr; /* bits to select address */258 unsigned int cs_none; /* bits to deselect address */259 unsigned int add_flags; /* additional bits at init */260 unsigned int mask_flags; /* total mask bits */[all …]