Home
last modified time | relevance | path

Searched refs:SOC_ENUM_SINGLE_VIRT (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dmsm8916-wcd-analog.c316 static const struct soc_enum hph_enum = SOC_ENUM_SINGLE_VIRT(
324 static const struct soc_enum adc2_enum = SOC_ENUM_SINGLE_VIRT(
H A Dwm9713.c89 SOC_ENUM_SINGLE_VIRT(2, wm9713_micb_select), /* mic selection 19 */
/OK3568_Linux_fs/kernel/include/sound/
H A Dsoc.h216 #define SOC_ENUM_SINGLE_VIRT(xitems, xtexts) \ macro
378 const struct soc_enum name = SOC_ENUM_SINGLE_VIRT(ARRAY_SIZE(xtexts), xtexts)