Home
last modified time | relevance | path

Searched refs:SOC_ENUM_SINGLE_VIRT_DECL (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/sound/soc/codecs/
Dmc13783.c410 static SOC_ENUM_SINGLE_VIRT_DECL(adcl_enum, adcl_enum_text);
419 static SOC_ENUM_SINGLE_VIRT_DECL(adcr_enum, adcr_enum_text);
Dadau1781.c290 static SOC_ENUM_SINGLE_VIRT_DECL(adau1781_dmic_select_enum,
Dadau1373.c578 static SOC_ENUM_SINGLE_VIRT_DECL(adau1373_decimator_enum,
Dwm8995.c881 static SOC_ENUM_SINGLE_VIRT_DECL(adc_enum, adc_mux_text);
Dmax98090.c875 static SOC_ENUM_SINGLE_VIRT_DECL(dmic_mux_enum, dmic_mux_text);
Dwm8994.c1348 static SOC_ENUM_SINGLE_VIRT_DECL(adc_enum, adc_mux_text);
/linux-4.1.27/include/sound/
Dsoc.h315 #define SOC_ENUM_SINGLE_VIRT_DECL(name, xtexts) \ macro