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

ALSA: hdspm - Fix lock/sync reporting on MADI and AES32

Signed-off-by: NAdrian Knoth <adi@drcomp.erfurt.thur.de>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 4ab69a2b
......@@ -3700,8 +3700,8 @@ static int hdspm_sync_in_sync_check(struct hdspm *hdspm)
case MADI:
case AES32:
status = hdspm_read(hdspm, HDSPM_statusRegister2);
lock = (status & 0x400000) ? 1 : 0;
sync = (status & 0x800000) ? 1 : 0;
lock = (status & HDSPM_syncInLock) ? 1 : 0;
sync = (status & HDSPM_syncInSync) ? 1 : 0;
break;
case MADIface:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册