uaudio.c | 1198 uaudio_get_terminal_name(int terminal_type) 1202 switch (terminal_type) { 1267 snprintf(tbuf, sizeof(tbuf), "unknown type (%#.4x)", terminal_type); 1276 int terminal_type; local in function:uaudio_determine_class 1282 terminal_type = 0; 1284 terminal_type = iot->output->terminals[0]; 1289 if ((terminal_type & 0xff00) == (UAT_UNDEFINED & 0xff00)) { 1303 if (terminal_type != 0 && iot->direct) { 1305 return terminal_type; 1320 return terminal_type; 1429 int terminal_type; local in function:uaudio_add_feature_mixer [all...] |