Home
last modified time | relevance | path

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

/linux-4.4.14/include/sound/
Dsoc-dapm.h75 #define SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert) \ argument
77 .on_val = winvert ? 0 : 1, .off_val = winvert ? 1 : 0
80 #define SND_SOC_DAPM_PGA(wname, wreg, wshift, winvert,\ argument
83 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
85 #define SND_SOC_DAPM_OUT_DRV(wname, wreg, wshift, winvert,\ argument
88 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
90 #define SND_SOC_DAPM_MIXER(wname, wreg, wshift, winvert, \ argument
93 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
95 #define SND_SOC_DAPM_MIXER_NAMED_CTL(wname, wreg, wshift, winvert, \ argument
98 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
[all …]