Home
last modified time | relevance | path

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

/include/sound/
Dsoc-dapm.h78 #define SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert) \ argument
80 .on_val = winvert ? 0 : 1, .off_val = winvert ? 1 : 0
83 #define SND_SOC_DAPM_PGA(wname, wreg, wshift, winvert,\ argument
86 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
88 #define SND_SOC_DAPM_OUT_DRV(wname, wreg, wshift, winvert,\ argument
91 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
93 #define SND_SOC_DAPM_MIXER(wname, wreg, wshift, winvert, \ argument
96 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
98 #define SND_SOC_DAPM_MIXER_NAMED_CTL(wname, wreg, wshift, winvert, \ argument
101 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
[all …]