Searched refs:soc_enum (Results 1 – 2 of 2) sorted by relevance
/include/sound/ |
D | soc.h | 349 const struct soc_enum name = SOC_ENUM_DOUBLE(xreg, xshift_l, xshift_r, \ 354 const struct soc_enum name = SOC_ENUM_SINGLE_EXT(ARRAY_SIZE(xtexts), xtexts) 356 const struct soc_enum name = SOC_VALUE_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xmask, \ 362 const struct soc_enum name = SOC_VALUE_ENUM_SINGLE_AUTODISABLE(xreg, \ 366 const struct soc_enum name = SOC_ENUM_SINGLE_VIRT(ARRAY_SIZE(xtexts), xtexts) 411 struct soc_enum; 1272 struct soc_enum { struct 1563 static inline unsigned int snd_soc_enum_val_to_item(struct soc_enum *e, in snd_soc_enum_val_to_item() 1578 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 | 421 struct snd_kcontrol *kcontrol, int mux, struct soc_enum *e,
|