/kernel/linux/linux-5.10/sound/hda/ |
D | hdmi_chmap.c | 29 FLC = (1 << 3), /* Front Left Center */ enumerator 68 [5] = FLC | FRC, 150 { .ca_index = 0x14, .speakers = { FRC, FLC, 0, 0, 0, 0, FR, FL } }, 151 { .ca_index = 0x15, .speakers = { FRC, FLC, 0, 0, 0, LFE, FR, FL } }, 152 { .ca_index = 0x16, .speakers = { FRC, FLC, 0, 0, FC, 0, FR, FL } }, 153 { .ca_index = 0x17, .speakers = { FRC, FLC, 0, 0, FC, LFE, FR, FL } }, 154 { .ca_index = 0x18, .speakers = { FRC, FLC, 0, RC, 0, 0, FR, FL } }, 155 { .ca_index = 0x19, .speakers = { FRC, FLC, 0, RC, 0, LFE, FR, FL } }, 156 { .ca_index = 0x1a, .speakers = { FRC, FLC, 0, RC, FC, 0, FR, FL } }, 157 { .ca_index = 0x1b, .speakers = { FRC, FLC, 0, RC, FC, LFE, FR, FL } }, [all …]
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | hdmi-codec.c | 43 FLC = BIT(3), /* Front Left Center */ enumerator 247 .mask = FL | FR | FLC | FRC }, 249 .mask = FL | FR | LFE | FLC | FRC }, 251 .mask = FL | FR | FC | FLC | FRC }, 253 .mask = FL | FR | LFE | FC | FLC | FRC }, 255 .mask = FL | FR | RC | FLC | FRC }, 257 .mask = FL | FR | LFE | RC | FLC | FRC }, 259 .mask = FL | FR | RC | FC | FLC | FRC }, 261 .mask = FL | FR | LFE | RC | FC | FLC | FRC }, 263 .mask = FL | FR | RL | RR | FLC | FRC }, [all …]
|
/kernel/linux/linux-5.10/sound/x86/ |
D | intel_hdmi_audio.c | 65 [5] = FLC | FRC, 108 { .ca_index = 0x14, .speakers = { FRC, FLC, 0, 0, 0, 0, FR, FL } }, 109 { .ca_index = 0x15, .speakers = { FRC, FLC, 0, 0, 0, LFE, FR, FL } }, 110 { .ca_index = 0x16, .speakers = { FRC, FLC, 0, 0, FC, 0, FR, FL } }, 111 { .ca_index = 0x17, .speakers = { FRC, FLC, 0, 0, FC, LFE, FR, FL } }, 112 { .ca_index = 0x18, .speakers = { FRC, FLC, 0, RC, 0, 0, FR, FL } }, 113 { .ca_index = 0x19, .speakers = { FRC, FLC, 0, RC, 0, LFE, FR, FL } }, 114 { .ca_index = 0x1a, .speakers = { FRC, FLC, 0, RC, FC, 0, FR, FL } }, 115 { .ca_index = 0x1b, .speakers = { FRC, FLC, 0, RC, FC, LFE, FR, FL } }, 116 { .ca_index = 0x1c, .speakers = { FRC, FLC, RR, RL, 0, 0, FR, FL } }, [all …]
|
D | intel_hdmi_audio.h | 57 FLC = (1 << 3), /* Front Left Center */ enumerator
|