Home
last modified time | relevance | path

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

/linux-4.19.296/include/sound/
Dsoc.h1193 struct soc_enum { struct
1194 int reg;
1195 unsigned char shift_l;
1196 unsigned char shift_r;
1197 unsigned int items;
1198 unsigned int mask;
1199 const char * const *texts;
1200 const unsigned int *values;
1201 unsigned int autodisable:1;
1202 struct snd_soc_dobj dobj;