Home
last modified time | relevance | path

Searched defs:soc_enum (Results 1 – 1 of 1) sorted by relevance

/include/sound/
Dsoc.h1270 struct soc_enum { struct
1271 int reg;
1272 unsigned char shift_l;
1273 unsigned char shift_r;
1274 unsigned int items;
1298 static inline unsigned int snd_soc_enum_val_to_item(struct soc_enum *e, in snd_soc_enum_val_to_item() argument