Searched refs:soc_enum (Results 1 – 2 of 2) sorted by relevance
/include/sound/ |
D | soc.h | 354 const struct soc_enum name = SOC_ENUM_DOUBLE(xreg, xshift_l, xshift_r, \ 359 const struct soc_enum name = SOC_ENUM_SINGLE_EXT(ARRAY_SIZE(xtexts), xtexts) 361 const struct soc_enum name = SOC_VALUE_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xmask, \ 367 const struct soc_enum name = SOC_VALUE_ENUM_SINGLE_AUTODISABLE(xreg, \ 371 const struct soc_enum name = SOC_ENUM_SINGLE_VIRT(ARRAY_SIZE(xtexts), xtexts) 406 struct soc_enum; 1224 struct soc_enum { struct 1261 static inline unsigned int snd_soc_enum_val_to_item(struct soc_enum *e, in snd_soc_enum_val_to_item() 1276 static inline unsigned int snd_soc_enum_item_to_val(struct soc_enum *e, in snd_soc_enum_item_to_val()
|
D | soc-dapm.h | 444 struct snd_kcontrol *kcontrol, int mux, struct soc_enum *e,
|