hdsp_autosync_ref
if ((spdif_freq == external_freq*2) && (hdsp_autosync_ref(hdsp) >= HDSP_AUTOSYNC_FROM_ADAT1))
else if (hdsp->io_type == H9632 && (spdif_freq == external_freq*4) && (hdsp_autosync_ref(hdsp) >= HDSP_AUTOSYNC_FROM_ADAT1))
ucontrol->value.enumerated.item[0] = hdsp_autosync_ref(hdsp);
switch (hdsp_autosync_ref (hdsp)) {
info.autosync_ref = (unsigned char)hdsp_autosync_ref(hdsp);
static int hdsp_autosync_ref(struct hdsp *hdsp);
hdsp_autosync_ref(hdsp) == HDSP_AUTOSYNC_FROM_SPDIF)