Home
last modified time | relevance | path

Searched full:rear (Results 1 – 25 of 273) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/Documentation/sound/designs/
Dchannel-mapping-api.rst18 ``{ front left, front right, rear left, rear right }.``
24 from rear. Or, some devices secretly assume that center/LFE is the
91 SNDRV_CHMAP_RL, /* rear left */
92 SNDRV_CHMAP_RR, /* rear right */
97 SNDRV_CHMAP_RC, /* rear center */
101 SNDRV_CHMAP_RLC, /* rear left center */
102 SNDRV_CHMAP_RRC, /* rear right center */
112 SNDRV_CHMAP_TRL, /* top rear left */
113 SNDRV_CHMAP_TRR, /* top rear right */
114 SNDRV_CHMAP_TRC, /* top rear center */
/kernel/linux/linux-6.6/Documentation/sound/designs/
Dchannel-mapping-api.rst18 ``{ front left, front right, rear left, rear right }.``
24 from rear. Or, some devices secretly assume that center/LFE is the
91 SNDRV_CHMAP_RL, /* rear left */
92 SNDRV_CHMAP_RR, /* rear right */
97 SNDRV_CHMAP_RC, /* rear center */
101 SNDRV_CHMAP_RLC, /* rear left center */
102 SNDRV_CHMAP_RRC, /* rear right center */
112 SNDRV_CHMAP_TRL, /* top rear left */
113 SNDRV_CHMAP_TRR, /* top rear right */
114 SNDRV_CHMAP_TRC, /* top rear center */
/kernel/linux/linux-5.10/Documentation/sound/cards/
Dcmipci.rst8 Front/Rear Multi-channel Playback
12 channels can be used for front/rear playbacks. Since there are two
18 (hw:0,1) is assigned to the second DAC for rear playback.
30 The rear output can be heard only when "Four Channel Mode" switch is
31 disabled. Otherwise no signal will be routed to the rear speakers.
35 When "Four Channel Mode" switch is off, the output from rear speakers
45 from front and rear speakers! But.. after reboot, all was gone.
49 If your card has an extra output jack for the rear output, the rear
51 control switch in the driver "Line-In As Rear", which you can change
53 is used as rear output.
[all …]
Dsb-live-mixer.rst72 The result samples are forwarded to the rear I2S DACs. These DACs operates
80 the ??rear?? right DAC PCM slot of the AC97 codec.
87 the ??rear?? left DAC PCM slot of the AC97 codec.
111 This control is used to attenuate samples for left and right rear PCM FX-bus
112 accumulators. ALSA uses accumulators 2 and 3 for left and right rear PCM samples.
113 The result samples are forwarded to the rear I2S DACs. These DACs operate
118 These controls are used to attenuate samples for left and right rear PCM FX-bus
119 accumulators. ALSA uses accumulators 2 and 3 for left and right rear PCM samples.
127 to the ??rear?? right DAC PCM slot of the AC97 codec.
133 to the ??rear?? left DAC PCM slot of the AC97 codec.
[all …]
/kernel/linux/linux-6.6/Documentation/sound/cards/
Dcmipci.rst8 Front/Rear Multi-channel Playback
12 channels can be used for front/rear playbacks. Since there are two
18 (hw:0,1) is assigned to the second DAC for rear playback.
30 The rear output can be heard only when "Four Channel Mode" switch is
31 disabled. Otherwise no signal will be routed to the rear speakers.
35 When "Four Channel Mode" switch is off, the output from rear speakers
45 from front and rear speakers! But.. after reboot, all was gone.
49 If your card has an extra output jack for the rear output, the rear
51 control switch in the driver "Line-In As Rear", which you can change
53 is used as rear output.
[all …]
Dsb-live-mixer.rst72 The result samples are forwarded to the rear I2S DACs. These DACs operates
80 the ??rear?? right DAC PCM slot of the AC97 codec.
87 the ??rear?? left DAC PCM slot of the AC97 codec.
111 This control is used to attenuate samples from left and right rear PCM FX-bus
112 accumulators. ALSA uses accumulators 2 and 3 for left and right rear PCM samples.
113 The result samples are forwarded to the rear I2S DACs. These DACs operate
118 These controls are used to attenuate samples from left and right rear PCM FX-bus
119 accumulators. ALSA uses accumulators 2 and 3 for left and right rear PCM samples.
127 to the ??rear?? right DAC PCM slot of the AC97 codec.
133 to the ??rear?? left DAC PCM slot of the AC97 codec.
[all …]
/kernel/linux/linux-6.6/include/sound/sof/
Dcontrol.h26 SOF_CHMAP_RL, /**< rear left */
27 SOF_CHMAP_RR, /**< rear right */
32 SOF_CHMAP_RC, /**< rear centre */
35 SOF_CHMAP_RLC, /**< rear left centre */
36 SOF_CHMAP_RRC, /**< rear right centre */
46 SOF_CHMAP_TRL, /**< top rear left */
47 SOF_CHMAP_TRR, /**< top rear right */
48 SOF_CHMAP_TRC, /**< top rear centre */
/kernel/linux/linux-5.10/include/sound/sof/
Dcontrol.h26 SOF_CHMAP_RL, /**< rear left */
27 SOF_CHMAP_RR, /**< rear right */
32 SOF_CHMAP_RC, /**< rear centre */
35 SOF_CHMAP_RLC, /**< rear left centre */
36 SOF_CHMAP_RRC, /**< rear right centre */
46 SOF_CHMAP_TRL, /**< top rear left */
47 SOF_CHMAP_TRR, /**< top rear right */
48 SOF_CHMAP_TRC, /**< top rear centre */
/kernel/linux/linux-5.10/sound/soc/pxa/
Dmioa701_wm9713.c10 * +--------+ +-------------------+ Rear Speaker
48 /* Use GPIO8 for rear speaker amplifier */
83 SND_SOC_DAPM_SPK("Rear Speaker", rear_amp_event),
113 /* rear speaker connected to SPKL, SPKR */
114 {"Rear Speaker", NULL, "SPKL"},
115 {"Rear Speaker", NULL, "SPKR"},
122 /* Prepare GPIO8 for rear speaker amplifier */ in mioa701_wm9713_init()
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/
Dq6dsp-common.h17 #define PCM_CHANNEL_CS 7 /* Center surround channel; Rear center ch */
18 #define PCM_CHANNEL_LB 8 /* Left back channel; Rear left channel. */
19 #define PCM_CHANNEL_RB 9 /* Right back channel; Rear right channel. */
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
Dq6dsp-common.h17 #define PCM_CHANNEL_CS 7 /* Center surround channel; Rear center ch */
18 #define PCM_CHANNEL_LB 8 /* Left back channel; Rear left channel. */
19 #define PCM_CHANNEL_RB 9 /* Right back channel; Rear right channel. */
/kernel/linux/linux-5.10/sound/x86/
Dintel_hdmi_audio.h59 RL = (1 << 5), /* Rear Left */
60 RC = (1 << 6), /* Rear Center */
61 RR = (1 << 7), /* Rear Right */
62 RLC = (1 << 8), /* Rear Left Center */
63 RRC = (1 << 9), /* Rear Right Center */
/kernel/linux/linux-6.6/sound/x86/
Dintel_hdmi_audio.h59 RL = (1 << 5), /* Rear Left */
60 RC = (1 << 6), /* Rear Center */
61 RR = (1 << 7), /* Rear Right */
62 RLC = (1 << 8), /* Rear Left Center */
63 RRC = (1 << 9), /* Rear Right Center */
/kernel/linux/linux-6.6/drivers/macintosh/
Dwindfarm_smu_controls.c188 if (!strcmp(l, "Rear Fan 0") || !strcmp(l, "Rear Fan") || in smu_fan_create()
189 !strcmp(l, "Rear fan 0") || !strcmp(l, "Rear fan") || in smu_fan_create()
191 fct->ctrl.name = "cpu-rear-fan-0"; in smu_fan_create()
192 else if (!strcmp(l, "Rear Fan 1") || !strcmp(l, "Rear fan 1") || in smu_fan_create()
194 fct->ctrl.name = "cpu-rear-fan-1"; in smu_fan_create()
/kernel/linux/linux-5.10/drivers/macintosh/
Dwindfarm_smu_controls.c187 if (!strcmp(l, "Rear Fan 0") || !strcmp(l, "Rear Fan") || in smu_fan_create()
188 !strcmp(l, "Rear fan 0") || !strcmp(l, "Rear fan") || in smu_fan_create()
190 fct->ctrl.name = "cpu-rear-fan-0"; in smu_fan_create()
191 else if (!strcmp(l, "Rear Fan 1") || !strcmp(l, "Rear fan 1") || in smu_fan_create()
193 fct->ctrl.name = "cpu-rear-fan-1"; in smu_fan_create()
/kernel/linux/linux-6.6/include/uapi/linux/
Dvirtio_snd.h286 VIRTIO_SND_CHMAP_RL, /* rear left */
287 VIRTIO_SND_CHMAP_RR, /* rear right */
292 VIRTIO_SND_CHMAP_RC, /* rear center */
295 VIRTIO_SND_CHMAP_RLC, /* rear left center */
296 VIRTIO_SND_CHMAP_RRC, /* rear right center */
306 VIRTIO_SND_CHMAP_TRL, /* top rear left */
307 VIRTIO_SND_CHMAP_TRR, /* top rear right */
308 VIRTIO_SND_CHMAP_TRC, /* top rear center */
/kernel/linux/linux-5.10/sound/pci/hda/
Dpatch_analog.c300 { 0x1d, 0x01a19020 }, /* rear mic */
708 * C rear line-in
709 * D rear front-out
710 * E rear mic-in
711 * F rear surround
712 * G rear CLFE
713 * H rear side
718 * C rear line-in/surround
719 * D rear front-out
720 * E rear mic-in/CLFE
[all …]
/kernel/linux/linux-6.6/sound/pci/hda/
Dpatch_analog.c293 { 0x1d, 0x01a19020 }, /* rear mic */
701 * C rear line-in
702 * D rear front-out
703 * E rear mic-in
704 * F rear surround
705 * G rear CLFE
706 * H rear side
711 * C rear line-in/surround
712 * D rear front-out
713 * E rear mic-in/CLFE
[all …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/marvell/
Darmada-388-clearfog-base.dts23 /* The rear SW3 button */
24 label = "Rear Button";
64 rear_button_pins: rear-button-pins {
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Darmada-388-clearfog-base.dts23 /* The rear SW3 button */
24 label = "Rear Button";
64 rear_button_pins: rear-button-pins {
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_afmt.h111 * RL - Rear Left
112 * RR - Rear Right
113 * RC - Rear Center
117 * RLC - Rear Left Center
118 * RRC - Rear Right Center
/kernel/linux/linux-5.10/sound/soc/samsung/
Dsmdk_wm8580.c97 SND_SOC_DAPM_HP("Rear", NULL),
120 /* Rear Left/Right are fed VOUT3L/R */
121 {"Rear", NULL, "VOUT3L"},
122 {"Rear", NULL, "VOUT3R"},
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
Dhw_shared.h286 * RL - Rear Left
287 * RR - Rear Right
288 * RC - Rear Center
292 * RLC - Rear Left Center
293 * RRC - Rear Right Center
/kernel/linux/linux-5.10/sound/soc/codecs/
Dtda7419.c345 SOC_DAPM_ENUM("Rear Speaker Source", soc_enum_rear_spkr_src);
436 TDA7419_DOUBLE_R_TLV("Rear Speaker Playback Volume", TDA7419_ATTENUATOR_LR_REG,
439 SOC_SINGLE("Left Rear Soft Step Switch", TDA7419_ATTENUATOR_LR_REG,
441 SOC_SINGLE("Right Rear Soft Step Switch", TDA7419_ATTENUATOR_RR_REG,
499 SND_SOC_DAPM_MUX("Rear Speaker Source", SND_SOC_NOPM,
545 {"Rear Speaker Source", "Main", "Main Source Select"},
546 {"Rear Speaker Source", "Second", "Second Source Select"},
559 {"OUTLR", NULL, "Rear Speaker Source"},
560 {"OUTRR", NULL, "Rear Speaker Source"},
/kernel/linux/linux-6.6/sound/soc/codecs/
Dtda7419.c345 SOC_DAPM_ENUM("Rear Speaker Source", soc_enum_rear_spkr_src);
436 TDA7419_DOUBLE_R_TLV("Rear Speaker Playback Volume", TDA7419_ATTENUATOR_LR_REG,
439 SOC_SINGLE("Left Rear Soft Step Switch", TDA7419_ATTENUATOR_LR_REG,
441 SOC_SINGLE("Right Rear Soft Step Switch", TDA7419_ATTENUATOR_RR_REG,
499 SND_SOC_DAPM_MUX("Rear Speaker Source", SND_SOC_NOPM,
545 {"Rear Speaker Source", "Main", "Main Source Select"},
546 {"Rear Speaker Source", "Second", "Second Source Select"},
559 {"OUTLR", NULL, "Rear Speaker Source"},
560 {"OUTRR", NULL, "Rear Speaker Source"},

1234567891011