Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dsoc-dapm.h88 #define SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert) \ argument
90 .on_val = winvert ? 0 : 1, .off_val = winvert ? 1 : 0
93 #define SND_SOC_DAPM_PGA(wname, wreg, wshift, winvert,\ argument
97 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
99 #define SND_SOC_DAPM_OUT_DRV(wname, wreg, wshift, winvert,\ argument
103 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
105 #define SND_SOC_DAPM_MIXER(wname, wreg, wshift, winvert, \ argument
109 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
111 #define SND_SOC_DAPM_MIXER_NAMED_CTL(wname, wreg, wshift, winvert, \ argument
115 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
[all …]