diff options
Diffstat (limited to 'sound/pci/rme9652/hdsp.c')
-rw-r--r-- | sound/pci/rme9652/hdsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c index 5aa57aef1fa7..7956b24eaf34 100644 --- a/sound/pci/rme9652/hdsp.c +++ b/sound/pci/rme9652/hdsp.c | |||
@@ -2119,7 +2119,7 @@ static int snd_hdsp_put_clock_source_lock(struct snd_kcontrol *kcontrol, struct | |||
2119 | 2119 | ||
2120 | change = (int)ucontrol->value.integer.value[0] != hdsp->clock_source_locked; | 2120 | change = (int)ucontrol->value.integer.value[0] != hdsp->clock_source_locked; |
2121 | if (change) | 2121 | if (change) |
2122 | hdsp->clock_source_locked = ucontrol->value.integer.value[0]; | 2122 | hdsp->clock_source_locked = !!ucontrol->value.integer.value[0]; |
2123 | return change; | 2123 | return change; |
2124 | } | 2124 | } |
2125 | 2125 | ||