Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/hda/
A Dhdmi_chmap.c36 LFE = (1 << 10), /* Low Frequency Effect */ enumerator
64 [1] = LFE,
123 { .ca_index = 0x01, .speakers = { 0, 0, 0, 0, 0, LFE, FR, FL } },
129 { .ca_index = 0x09, .speakers = { 0, 0, RR, RL, 0, LFE, FR, FL } },
133 { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } },
135 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } },
137 { .ca_index = 0x13, .speakers = { RRC, RLC, RR, RL, FC, LFE, FR, FL } },
139 { .ca_index = 0x03, .speakers = { 0, 0, 0, 0, FC, LFE, FR, FL } },
141 { .ca_index = 0x05, .speakers = { 0, 0, 0, RC, 0, LFE, FR, FL } },
143 { .ca_index = 0x07, .speakers = { 0, 0, 0, RC, FC, LFE, FR, FL } },
[all …]
/linux-6.3-rc2/sound/soc/codecs/
A Dhdmi-codec.c45 LFE = BIT(10), /* Low Frequency Effect */ enumerator
196 .mask = FL | FR | LFE},
202 .mask = FL | FR | LFE | FC | RL | RR},
208 .mask = FL | FR | LFE | RL | RR },
220 .mask = FL | FR | LFE | FC },
224 .mask = FL | FR | LFE | RC },
228 .mask = FL | FR | LFE | FC | RC },
232 .mask = FL | FR | LFE | RL | RR | RC },
244 .mask = FL | FR | LFE | FLC | FRC },
248 .mask = FL | FR | LFE | FC | FLC | FRC },
[all …]
/linux-6.3-rc2/Documentation/sound/designs/
A Dcontrol-names.rst36 CLFE C/LFE channels
38 LFE LFE channel
58 Bass Speaker internal LFE speaker
A Dchannel-mapping-api.rst24 from rear. Or, some devices secretly assume that center/LFE is the
25 third/fourth channels while others that C/LFE as 5th/6th channels.
94 SNDRV_CHMAP_LFE, /* LFE */
/linux-6.3-rc2/sound/x86/
A Dintel_hdmi_audio.c63 [1] = LFE,
83 { .ca_index = 0x01, .speakers = { 0, 0, 0, 0, 0, LFE, FR, FL } },
89 { .ca_index = 0x09, .speakers = { 0, 0, RR, RL, 0, LFE, FR, FL } },
93 { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } },
95 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } },
97 { .ca_index = 0x13, .speakers = { RRC, RLC, RR, RL, FC, LFE, FR, FL } },
99 { .ca_index = 0x03, .speakers = { 0, 0, 0, 0, FC, LFE, FR, FL } },
101 { .ca_index = 0x05, .speakers = { 0, 0, 0, RC, 0, LFE, FR, FL } },
103 { .ca_index = 0x07, .speakers = { 0, 0, 0, RC, FC, LFE, FR, FL } },
105 { .ca_index = 0x0d, .speakers = { 0, RC, RR, RL, 0, LFE, FR, FL } },
[all …]
A Dintel_hdmi_audio.h64 LFE = (1 << 10), /* Low Frequency Effect */ enumerator
/linux-6.3-rc2/Documentation/sound/cards/
A Daudigy-mixer.rst36 LFE
67 name='PCM LFE Playback Volume',index=0
69 This control is used to attenuate sample for LFE PCM FX-bus accumulator.
70 ALSA uses accumulator 7 for LFE PCM sample for 5.1 playback. The result sample
71 is forwarded to the LFE DAC PCM slot of the Philips DAC.
176 All stereo signals are mixed together and mirrored to surround, center and LFE.
182 All stereo signals are mixed together and mirrored to surround, center and LFE.
191 name='LFE Playback Volume',index=0
194 This control is used to attenuate sample for LFE speaker of this mix.
199 and center / LFE outputs are affected.
[all …]
A Demu10k1-jack.rst48 the second and third input ports are wired to the center/LFE output. You will
64 ~capture_5 LFE EXTOUT(0x12) // mapped to by LFE
A Dsb-live-mixer.rst50 LFE
82 ``name='Wave LFE Playback Volume',index=0``
129 ``name='LFE Playback Volume',index=0``
219 and center / LFE outputs are affected.
246 left headphone output (useful for SB Live cards without separate center/LFE
249 ``name='Headphone LFE Playback Switch',index=1``
252 right headphone output (useful for SB Live cards without separate center/LFE
A Dcmipci.rst105 jack. Either "Mic-In" or "Center/LFE Output" can be
107 When "Center/LFE Output" is chosen, the center and bass
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_apg.c83 cea_channels.channels.LFE = speaker_flags.LFE; in speakers_to_channels()
/linux-6.3-rc2/Documentation/sound/hd-audio/
A Dcontrols.rst45 Swap Center/LFE
46 Swaps the center and LFE channel order. Normally, the left
47 corresponds to the center and the right to the LFE. When this is
48 ON, the left to the LFE and the right to the center.
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_afmt.c93 cea_channels.channels.LFE = speaker_flags.LFE; in speakers_to_channels()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/
A Dhw_shared.h366 uint32_t LFE:1; member
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_stream_encoder.c1124 cea_channels.channels.LFE = speaker_flags.LFE; in speakers_to_channels()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_stream_encoder.c1137 cea_channels.channels.LFE = speaker_flags.LFE; in speakers_to_channels()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/
A Ddc_types.h467 uint32_t LFE:1; member

Completed in 34 milliseconds