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

/linux-master/sound/x86/
H A Dintel_hdmi_audio.h43 * FL FLC FC FRC FR
57 FLC = (1 << 3), /* Front Left Center */ enumerator in enum:cea_speaker_placement
H A Dintel_hdmi_audio.c68 [5] = FLC | FRC,
111 { .ca_index = 0x14, .speakers = { FRC, FLC, 0, 0, 0, 0, FR, FL } },
112 { .ca_index = 0x15, .speakers = { FRC, FLC, 0, 0, 0, LFE, FR, FL } },
113 { .ca_index = 0x16, .speakers = { FRC, FLC, 0, 0, FC, 0, FR, FL } },
114 { .ca_index = 0x17, .speakers = { FRC, FLC, 0, 0, FC, LFE, FR, FL } },
115 { .ca_index = 0x18, .speakers = { FRC, FLC, 0, RC, 0, 0, FR, FL } },
116 { .ca_index = 0x19, .speakers = { FRC, FLC, 0, RC, 0, LFE, FR, FL } },
117 { .ca_index = 0x1a, .speakers = { FRC, FLC, 0, RC, FC, 0, FR, FL } },
118 { .ca_index = 0x1b, .speakers = { FRC, FLC, 0, RC, FC, LFE, FR, FL } },
119 { .ca_index = 0x1c, .speakers = { FRC, FLC, R
[all...]
/linux-master/sound/hda/
H A Dhdmi_chmap.c15 * FLW FL FLC FC FRC FR FRW
29 FLC = (1 << 3), /* Front Left Center */ enumerator in enum:cea_speaker_placement
51 /* 5 */ "FLC/FRC",
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,
[all...]
/linux-master/sound/soc/codecs/
H A Dhdmi-codec.c27 * FL FLC FC FRC FR FRW
39 FLC = BIT(3), /* Front Left Center */ enumerator in enum:hdmi_codec_cea_spk_placement
243 .mask = FL | FR | FLC | FRC },
245 .mask = FL | FR | LFE | FLC | FRC },
247 .mask = FL | FR | FC | FLC | FRC },
249 .mask = FL | FR | LFE | FC | FLC | FRC },
251 .mask = FL | FR | RC | FLC | FRC },
253 .mask = FL | FR | LFE | RC | FLC | FRC },
255 .mask = FL | FR | RC | FC | FLC | FRC },
257 .mask = FL | FR | LFE | RC | FC | FLC | FR
[all...]

Completed in 110 milliseconds