Lines Matching defs:autosync_ref
401 /* AutoSync References - used by "autosync_ref" control switch */
4871 char *autosync_ref;
4990 autosync_ref = "Sync In";
4993 autosync_ref = "TCO";
4996 autosync_ref = "Word Clock";
4999 autosync_ref = "MADI Sync";
5002 autosync_ref = "Input not valid";
5005 autosync_ref = "---";
5010 autosync_ref, hdspm_external_sample_rate(hdspm),
5035 char *autosync_ref;
5144 autosync_ref = "None"; break;
5146 autosync_ref = "Word Clock"; break;
5148 autosync_ref = "AES1"; break;
5150 autosync_ref = "AES2"; break;
5152 autosync_ref = "AES3"; break;
5154 autosync_ref = "AES4"; break;
5156 autosync_ref = "AES5"; break;
5158 autosync_ref = "AES6"; break;
5160 autosync_ref = "AES7"; break;
5162 autosync_ref = "AES8"; break;
5164 autosync_ref = "TCO"; break;
5166 autosync_ref = "Sync In"; break;
5168 autosync_ref = "---"; break;
5170 snd_iprintf(buffer, "AutoSync ref = %s\n", autosync_ref);
6286 info.autosync_ref = hdspm_autosync_ref(hdspm);