Home
last modified time | relevance | path

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

/linux-6.6.21/include/sound/
Dsoc-dapm.h87 #define SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert) \ argument
89 .on_val = winvert ? 0 : 1, .off_val = winvert ? 1 : 0
92 #define SND_SOC_DAPM_PGA(wname, wreg, wshift, winvert,\ argument
96 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
98 #define SND_SOC_DAPM_OUT_DRV(wname, wreg, wshift, winvert,\ argument
102 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
104 #define SND_SOC_DAPM_MIXER(wname, wreg, wshift, winvert, \ argument
108 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
110 #define SND_SOC_DAPM_MIXER_NAMED_CTL(wname, wreg, wshift, winvert, \ argument
114 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
[all …]