Home
last modified time | relevance | path

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

/linux-4.4.14/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.c575 static SOC_ENUM_SINGLE_VIRT_DECL(adau1373_decimator_enum,
Dwm8995.c882 static SOC_ENUM_SINGLE_VIRT_DECL(adc_enum, adc_mux_text);
Dmax98090.c815 static SOC_ENUM_SINGLE_VIRT_DECL(dmic_mux_enum, dmic_mux_text);
Dwm8994.c1349 static SOC_ENUM_SINGLE_VIRT_DECL(adc_enum, adc_mux_text);
/linux-4.4.14/include/sound/
Dsoc.h344 #define SOC_ENUM_SINGLE_VIRT_DECL(name, xtexts) \ macro