Home
last modified time | relevance | path

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

/linux-4.4.14/include/sound/
Dsoc.h1239 struct soc_enum { struct
1240 int reg;
1241 unsigned char shift_l;
1242 unsigned char shift_r;
1243 unsigned int items;
1244 unsigned int mask;
1245 const char * const *texts;
1246 const unsigned int *values;
1247 unsigned int autodisable:1;
1248 struct snd_soc_dobj dobj;