OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:channel_list_table
(Results
1 - 1
of
1
) sorted by null
/hardware/intel/audio_media/hdmi/
tinyaudio_hw.c
99
const struct channel_list
channel_list_table
[] = {
variable in typeref:struct:channel_list
516
for (j = 0; j < ARRAY_SIZE(
channel_list_table
); j++) {
517
if (
channel_list_table
[j].value == adev->sup_channel_masks[i]) {
521
strcat(value,
channel_list_table
[j].name);
Completed in 122 milliseconds