Home
last modified time | relevance | path

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

/Linux-v5.4/include/sound/
Dsoc.h1198 struct soc_enum { struct
1199 int reg;
1200 unsigned char shift_l;
1201 unsigned char shift_r;
1202 unsigned int items;
1203 unsigned int mask;
1204 const char * const *texts;
1205 const unsigned int *values;
1206 unsigned int autodisable:1;
1207 struct snd_soc_dobj dobj;