/linux-6.12.1/sound/soc/codecs/ |
D | ak4671.c | 118 * LOUT1/ROUT1 output volume control: 261 SND_SOC_DAPM_OUTPUT("LOUT1"), 304 SND_SOC_DAPM_MIXER("LOUT1 Mixer", AK4671_LOUT1_POWER_MANAGERMENT, 0, 0, 347 {"LOUT1", NULL, "LOUT1 Mixer"}, 354 {"LOUT1 Mixer", "DACL", "DAC Left"}, 392 {"LOUT1 Mixer", "LINL1", "LIN1 Mixing Circuit"}, 399 {"LOUT1 Mixer", "LINL2", "LIN2 Mixing Circuit"}, 406 {"LOUT1 Mixer", "LINL3", "LIN3 Mixing Circuit"}, 413 {"LOUT1 Mixer", "LINL4", "LIN4 Mixing Circuit"},
|
D | wm8955.c | 50 { 2, 0x0079 }, /* R2 - LOUT1 volume */ 520 SND_SOC_DAPM_PGA("LOUT1 PGA", WM8955_POWER_MANAGEMENT_2, 6, 0, NULL, 0), 535 SND_SOC_DAPM_OUTPUT("LOUT1"), 565 { "LOUT1 PGA", NULL, "Left" }, 566 { "LOUT1", NULL, "TSDEN" }, 567 { "LOUT1", NULL, "LOUT1 PGA" },
|
D | wm8955.h | 56 * R2 (0x02) - LOUT1 volume 263 #define WM8955_LOUT1 0x0040 /* LOUT1 */ 264 #define WM8955_LOUT1_MASK 0x0040 /* LOUT1 */ 265 #define WM8955_LOUT1_SHIFT 6 /* LOUT1 */ 266 #define WM8955_LOUT1_WIDTH 1 /* LOUT1 */
|
D | wm8960.c | 137 struct snd_soc_dapm_widget *lout1; member 395 SND_SOC_DAPM_PGA("LOUT1 PGA", WM8960_POWER2, 6, 0, NULL, 0), 419 /* Represent OUT3 as a PGA so that it gets turned on with LOUT1/ROUT1 */ 454 { "LOUT1 PGA", NULL, "Left Output Mixer" }, 457 { "HP_L", NULL, "LOUT1 PGA" }, 524 if (strcmp(w->name, "LOUT1 PGA") == 0) in wm8960_add_widgets() 525 wm8960->lout1 = w; in wm8960_add_widgets() 1029 /* Enable LOUT1, ROUT1 and OUT3 if they're enabled */ in wm8960_set_bias_level_capless() 1031 if (wm8960->lout1 && wm8960->lout1->power) in wm8960_set_bias_level_capless()
|
D | ak4613.c | 121 #define LOUT1 0x0b /* LOUT1 Volume Control */ macro 248 SOC_DOUBLE_R_TLV("Digital Playback Volume1", LOUT1, ROUT1, 314 SND_SOC_DAPM_OUTPUT("LOUT1"), 349 {"LOUT1", NULL, "DAC1"},
|
D | es8328.h | 246 /* LOUT1 Amplifier */
|
D | wm8971.c | 272 SND_SOC_DAPM_OUTPUT("LOUT1"), 298 {"LOUT1", NULL, "Left Out 1"},
|
D | es8328.c | 355 SND_SOC_DAPM_OUTPUT("LOUT1"), 444 { "LOUT1", NULL, "Left Out 1" },
|
D | wm8988.c | 370 SND_SOC_DAPM_OUTPUT("LOUT1"), 439 { "LOUT1", NULL, "Left Out 1" },
|
D | wm8750.c | 317 SND_SOC_DAPM_OUTPUT("LOUT1"), 348 {"LOUT1", NULL, "Left Out 1"},
|
D | rt5677.c | 3315 SND_SOC_DAPM_PGA_S("LOUT1 amp", 0, RT5677_PWR_ANLG1, RT5677_PWR_LO1_BIT, 3322 SND_SOC_DAPM_PGA_S("LOUT1 vref", 1, SND_SOC_NOPM, 0, 0, 3330 SND_SOC_DAPM_OUTPUT("LOUT1"), 4259 { "LOUT1 amp", NULL, "DAC 1" }, 4263 { "LOUT1 vref", NULL, "LOUT1 amp" }, 4267 { "LOUT1", NULL, "LOUT1 vref" }, 5224 device_property_read_bool(dev, "realtek,lout1-differential"); in rt5677_read_device_properties()
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | nvidia,tegra-audio-wm8753.yaml | 38 - LOUT1 71 "Headphone Jack", "LOUT1",
|
D | nvidia,tegra-audio-rt5677.yaml | 58 - LOUT1 80 "Headphone", "LOUT1",
|
D | fsl,imx-audio-es8328.yaml | 51 * LOUT1 105 "Headphone", "LOUT1",
|
D | realtek,rt5677.yaml | 25 * LOUT1 102 description: Indicate LOUT1/2/3 outputs are differential, rather than
|
D | wlf,wm8753.yaml | 11 * LOUT1
|
D | everest,es8328.yaml | 12 * LOUT1
|
/linux-6.12.1/sound/soc/pxa/ |
D | spitz.c | 219 /* headphone connected to LOUT1, ROUT1 */ 220 {"Headphone Jack", NULL, "LOUT1"},
|
/linux-6.12.1/arch/arm64/boot/dts/rockchip/ |
D | rk3588-orangepi-5-plus.dts | 135 "Headphones", "LOUT1", 142 "Headphones Amp INL", "LOUT1",
|
D | rk3588-quartzpro64.dts | 119 "Headphones", "LOUT1", 126 "Headphones Amp INL", "LOUT1",
|
/linux-6.12.1/sound/i2c/other/ |
D | ak4xxx-adda.c | 187 0x02, 0xff, /* 2: LOUT1 muted */ in snd_akm4xxx_init() 205 0x04, 0x00, /* 4: LOUT1 volume muted */ in snd_akm4xxx_init() 222 0x04, 0x00, /* 4: LOUT1 volume muted */ in snd_akm4xxx_init()
|
/linux-6.12.1/sound/soc/intel/boards/ |
D | bdw-rt5677.c | 57 {"Headphone", NULL, "LOUT1"},
|
/linux-6.12.1/include/linux/mfd/wm8350/ |
D | audio.h | 396 * R104 (0x68) - LOUT1 Volume
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx6q-novena.dts | 200 "Headphone", "LOUT1",
|
/linux-6.12.1/drivers/mfd/ |
D | wm8350-regmap.c | 127 { 0xE1FC, 0xE1FC, 0xFFFF }, /* R104 - LOUT1 Volume */
|