Searched refs:soc_enum (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/include/sound/ |
D | soc.h | 346 const struct soc_enum name = SOC_ENUM_DOUBLE(xreg, xshift_l, xshift_r, \ 351 const struct soc_enum name = SOC_ENUM_SINGLE_EXT(ARRAY_SIZE(xtexts), xtexts) 353 const struct soc_enum name = SOC_VALUE_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xmask, \ 359 const struct soc_enum name = SOC_VALUE_ENUM_SINGLE_AUTODISABLE(xreg, \ 363 const struct soc_enum name = SOC_ENUM_SINGLE_VIRT(ARRAY_SIZE(xtexts), xtexts) 404 struct soc_enum; 1193 struct soc_enum { struct 1378 static inline unsigned int snd_soc_enum_val_to_item(struct soc_enum *e, in snd_soc_enum_val_to_item() 1393 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 | 440 struct snd_kcontrol *kcontrol, int mux, struct soc_enum *e,
|