Home
last modified time | relevance | path

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

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