Home
last modified time | relevance | path

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

/Linux-v4.19/include/sound/
Dsoc.h1191 struct soc_enum { struct
1192 int reg;
1193 unsigned char shift_l;
1194 unsigned char shift_r;
1195 unsigned int items;
1196 unsigned int mask;
1197 const char * const *texts;
1198 const unsigned int *values;
1199 unsigned int autodisable:1;
1200 struct snd_soc_dobj dobj;