aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/rme9652/hdspm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c
index 5f243aedeef7..5d70efec26c0 100644
--- a/sound/pci/rme9652/hdspm.c
+++ b/sound/pci/rme9652/hdspm.c
@@ -3885,6 +3885,11 @@ static int hdspm_sync_in_sync_check(struct hdspm *hdspm)
3885 break; 3885 break;
3886 3886
3887 case MADI: 3887 case MADI:
3888 status = hdspm_read(hdspm, HDSPM_statusRegister);
3889 lock = (status & HDSPM_syncInLock) ? 1 : 0;
3890 sync = (status & HDSPM_syncInSync) ? 1 : 0;
3891 break;
3892
3888 case AES32: 3893 case AES32:
3889 status = hdspm_read(hdspm, HDSPM_statusRegister2); 3894 status = hdspm_read(hdspm, HDSPM_statusRegister2);
3890 lock = (status & HDSPM_syncInLock) ? 1 : 0; 3895 lock = (status & HDSPM_syncInLock) ? 1 : 0;