Home
last modified time | relevance | path

Searched refs:FLC (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/sound/hda/
Dhdmi_chmap.c28 FLC = (1 << 3), /* Front Left Center */ enumerator
67 [5] = FLC | FRC,
149 { .ca_index = 0x14, .speakers = { FRC, FLC, 0, 0, 0, 0, FR, FL } },
150 { .ca_index = 0x15, .speakers = { FRC, FLC, 0, 0, 0, LFE, FR, FL } },
151 { .ca_index = 0x16, .speakers = { FRC, FLC, 0, 0, FC, 0, FR, FL } },
152 { .ca_index = 0x17, .speakers = { FRC, FLC, 0, 0, FC, LFE, FR, FL } },
153 { .ca_index = 0x18, .speakers = { FRC, FLC, 0, RC, 0, 0, FR, FL } },
154 { .ca_index = 0x19, .speakers = { FRC, FLC, 0, RC, 0, LFE, FR, FL } },
155 { .ca_index = 0x1a, .speakers = { FRC, FLC, 0, RC, FC, 0, FR, FL } },
156 { .ca_index = 0x1b, .speakers = { FRC, FLC, 0, RC, FC, LFE, FR, FL } },
[all …]
/Linux-v4.19/sound/soc/codecs/
Dhdmi-codec.c50 FLC = BIT(3), /* Front Left Center */ enumerator
254 .mask = FL | FR | FLC | FRC },
256 .mask = FL | FR | LFE | FLC | FRC },
258 .mask = FL | FR | FC | FLC | FRC },
260 .mask = FL | FR | LFE | FC | FLC | FRC },
262 .mask = FL | FR | RC | FLC | FRC },
264 .mask = FL | FR | LFE | RC | FLC | FRC },
266 .mask = FL | FR | RC | FC | FLC | FRC },
268 .mask = FL | FR | LFE | RC | FC | FLC | FRC },
270 .mask = FL | FR | RL | RR | FLC | FRC },
[all …]
/Linux-v4.19/sound/x86/
Dintel_hdmi_audio.c74 [5] = FLC | FRC,
117 { .ca_index = 0x14, .speakers = { FRC, FLC, 0, 0, 0, 0, FR, FL } },
118 { .ca_index = 0x15, .speakers = { FRC, FLC, 0, 0, 0, LFE, FR, FL } },
119 { .ca_index = 0x16, .speakers = { FRC, FLC, 0, 0, FC, 0, FR, FL } },
120 { .ca_index = 0x17, .speakers = { FRC, FLC, 0, 0, FC, LFE, FR, FL } },
121 { .ca_index = 0x18, .speakers = { FRC, FLC, 0, RC, 0, 0, FR, FL } },
122 { .ca_index = 0x19, .speakers = { FRC, FLC, 0, RC, 0, LFE, FR, FL } },
123 { .ca_index = 0x1a, .speakers = { FRC, FLC, 0, RC, FC, 0, FR, FL } },
124 { .ca_index = 0x1b, .speakers = { FRC, FLC, 0, RC, FC, LFE, FR, FL } },
125 { .ca_index = 0x1c, .speakers = { FRC, FLC, RR, RL, 0, 0, FR, FL } },
[all …]
Dintel_hdmi_audio.h57 FLC = (1 << 3), /* Front Left Center */ enumerator