提交 194062da 编写于 作者: A Adrian Knoth 提交者: Takashi Iwai

ALSA: hdspm - AES32: Include TCO and Sync-In in proc output

Also report TCO status and Sync-In via /proc/ on AES(32) cards.
Signed-off-by: NAdrian Knoth <adi@drcomp.erfurt.thur.de>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 2d60fc7f
...@@ -5125,11 +5125,18 @@ snd_hdspm_proc_read_aes32(struct snd_info_entry * entry, ...@@ -5125,11 +5125,18 @@ snd_hdspm_proc_read_aes32(struct snd_info_entry * entry,
autosync_ref = "AES7"; break; autosync_ref = "AES7"; break;
case HDSPM_AES32_AUTOSYNC_FROM_AES8: case HDSPM_AES32_AUTOSYNC_FROM_AES8:
autosync_ref = "AES8"; break; autosync_ref = "AES8"; break;
case HDSPM_AES32_AUTOSYNC_FROM_TCO:
autosync_ref = "TCO"; break;
case HDSPM_AES32_AUTOSYNC_FROM_SYNC_IN:
autosync_ref = "Sync In"; break;
default: default:
autosync_ref = "---"; break; autosync_ref = "---"; break;
} }
snd_iprintf(buffer, "AutoSync ref = %s\n", autosync_ref); snd_iprintf(buffer, "AutoSync ref = %s\n", autosync_ref);
/* call readout function for TCO specific status */
snd_hdspm_proc_read_tco(entry, buffer);
snd_iprintf(buffer, "\n"); snd_iprintf(buffer, "\n");
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册