Home
last modified time | relevance | path

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

/linux-5.19.10/include/sound/
Dsoc-dapm.h77 #define SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert) \ argument
79 .on_val = winvert ? 0 : 1, .off_val = winvert ? 1 : 0
82 #define SND_SOC_DAPM_PGA(wname, wreg, wshift, winvert,\ argument
85 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
87 #define SND_SOC_DAPM_OUT_DRV(wname, wreg, wshift, winvert,\ argument
90 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
92 #define SND_SOC_DAPM_MIXER(wname, wreg, wshift, winvert, \ argument
95 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
97 #define SND_SOC_DAPM_MIXER_NAMED_CTL(wname, wreg, wshift, winvert, \ argument
100 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
[all …]