aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/rme9652/hdspm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/rme9652/hdspm.c')
-rw-r--r--sound/pci/rme9652/hdspm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c
index ced1406d777f..5dbf620a32c2 100644
--- a/sound/pci/rme9652/hdspm.c
+++ b/sound/pci/rme9652/hdspm.c
@@ -3700,8 +3700,8 @@ static int hdspm_sync_in_sync_check(struct hdspm *hdspm)
3700 case MADI: 3700 case MADI:
3701 case AES32: 3701 case AES32:
3702 status = hdspm_read(hdspm, HDSPM_statusRegister2); 3702 status = hdspm_read(hdspm, HDSPM_statusRegister2);
3703 lock = (status & 0x400000) ? 1 : 0; 3703 lock = (status & HDSPM_syncInLock) ? 1 : 0;
3704 sync = (status & 0x800000) ? 1 : 0; 3704 sync = (status & HDSPM_syncInSync) ? 1 : 0;
3705 break; 3705 break;
3706 3706
3707 case MADIface: 3707 case MADIface: