From c42ee357e8d498a7a9a409507ec132e69b8bd903 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 27 Nov 2007 15:27:17 +0100 Subject: [PATCH] --- yaml --- r: 81526 b: refs/heads/master c: 1005f66fd7175916db013dc98ca6b7cec26e5f81 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/ice1712/delta.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9ed2c50526e0..51d7a1c5a0e5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7829d0eccbddc7431cc9af662c7cd3442b5598bd +refs/heads/master: 1005f66fd7175916db013dc98ca6b7cec26e5f81 diff --git a/trunk/sound/pci/ice1712/delta.c b/trunk/sound/pci/ice1712/delta.c index 371f78461db4..519b5d4bbf7b 100644 --- a/trunk/sound/pci/ice1712/delta.c +++ b/trunk/sound/pci/ice1712/delta.c @@ -405,7 +405,7 @@ static int snd_ice1712_delta1010lt_wordclock_status_get(struct snd_kcontrol *kco if (snd_i2c_sendbytes(ice->cs8427, ®, 1) != 1) snd_printk(KERN_ERR "unable to send register 0x%x byte to CS8427\n", reg); snd_i2c_readbytes(ice->cs8427, ®, 1); - ucontrol->value.integer.value[0] = (reg ? 1 : 0); + ucontrol->value.integer.value[0] = (reg & CS8427_UNLOCK) ? 1 : 0; return 0; }