/linux/sound/hda/ |
A D | hdmi_chmap.c | 36 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/sound/soc/codecs/ |
A D | hdmi-codec.c | 49 LFE = BIT(10), /* Low Frequency Effect */ enumerator 200 .mask = FL | FR | LFE}, 206 .mask = FL | FR | LFE | FC | RL | RR}, 212 .mask = FL | FR | LFE | RL | RR }, 224 .mask = FL | FR | LFE | FC }, 228 .mask = FL | FR | LFE | RC }, 232 .mask = FL | FR | LFE | FC | RC }, 236 .mask = FL | FR | LFE | RL | RR | RC }, 248 .mask = FL | FR | LFE | FLC | FRC }, 252 .mask = FL | FR | LFE | FC | FLC | FRC }, [all …]
|
/linux/sound/x86/ |
A D | intel_hdmi_audio.c | 61 [1] = LFE, 81 { .ca_index = 0x01, .speakers = { 0, 0, 0, 0, 0, LFE, FR, FL } }, 87 { .ca_index = 0x09, .speakers = { 0, 0, RR, RL, 0, LFE, FR, FL } }, 91 { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } }, 93 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } }, 95 { .ca_index = 0x13, .speakers = { RRC, RLC, RR, RL, FC, LFE, FR, FL } }, 97 { .ca_index = 0x03, .speakers = { 0, 0, 0, 0, FC, LFE, FR, FL } }, 99 { .ca_index = 0x05, .speakers = { 0, 0, 0, RC, 0, LFE, FR, FL } }, 101 { .ca_index = 0x07, .speakers = { 0, 0, 0, RC, FC, LFE, FR, FL } }, 103 { .ca_index = 0x0d, .speakers = { 0, RC, RR, RL, 0, LFE, FR, FL } }, [all …]
|
A D | intel_hdmi_audio.h | 64 LFE = (1 << 10), /* Low Frequency Effect */ enumerator
|
/linux/Documentation/sound/designs/ |
A D | control-names.rst | 36 CLFE C/LFE channels 38 LFE LFE channel 58 Bass Speaker internal LFE speaker
|
A D | channel-mapping-api.rst | 24 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/Documentation/sound/cards/ |
A D | audigy-mixer.rst | 36 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 D | emu10k1-jack.rst | 48 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 D | sb-live-mixer.rst | 50 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 D | cmipci.rst | 105 jack. Either "Mic-In" or "Center/LFE Output" can be 107 When "Center/LFE Output" is chosen, the center and bass
|
/linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
A D | dcn31_apg.c | 83 cea_channels.channels.LFE = speaker_flags.LFE; in speakers_to_channels()
|
/linux/Documentation/sound/hd-audio/ |
A D | controls.rst | 45 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/drivers/gpu/drm/amd/display/dc/dcn30/ |
A D | dcn30_afmt.c | 93 cea_channels.channels.LFE = speaker_flags.LFE; in speakers_to_channels()
|
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
A D | hw_shared.h | 347 uint32_t LFE:1; member
|
/linux/drivers/gpu/drm/amd/display/dc/dce/ |
A D | dce_stream_encoder.c | 1144 cea_channels.channels.LFE = speaker_flags.LFE; in speakers_to_channels()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
A D | dcn10_stream_encoder.c | 1138 cea_channels.channels.LFE = speaker_flags.LFE; in speakers_to_channels()
|
/linux/drivers/gpu/drm/amd/display/dc/ |
A D | dc_types.h | 529 uint32_t LFE:1; member
|