Searched refs:AD1836_DAC_L_VOL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | ad1836.c | 46 SOC_DOUBLE_R("DAC" #x " Playback Volume", AD1836_DAC_L_VOL(x), \ 272 regmap_write(ad1836->regmap, AD1836_DAC_L_VOL(i), 0x3FF); in ad1836_probe() 343 { AD1836_DAC_L_VOL(0), 0x0000 }, 345 { AD1836_DAC_L_VOL(1), 0x0000 }, 347 { AD1836_DAC_L_VOL(2), 0x0000 }, 349 { AD1836_DAC_L_VOL(3), 0x0000 },
|
H A D | ad1836.h | 27 #define AD1836_DAC_L_VOL(x) ((x) * 2) macro
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | ad1836.c | 46 SOC_DOUBLE_R("DAC" #x " Playback Volume", AD1836_DAC_L_VOL(x), \ 272 regmap_write(ad1836->regmap, AD1836_DAC_L_VOL(i), 0x3FF); in ad1836_probe() 340 { AD1836_DAC_L_VOL(0), 0x0000 }, 342 { AD1836_DAC_L_VOL(1), 0x0000 }, 344 { AD1836_DAC_L_VOL(2), 0x0000 }, 346 { AD1836_DAC_L_VOL(3), 0x0000 },
|
H A D | ad1836.h | 27 #define AD1836_DAC_L_VOL(x) ((x) * 2) macro
|
Completed in 2 milliseconds