diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/firewire/bebob/bebob_maudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/bebob/bebob_maudio.c b/sound/firewire/bebob/bebob_maudio.c index d6d6ff8cb8dd..70faa3a32526 100644 --- a/sound/firewire/bebob/bebob_maudio.c +++ b/sound/firewire/bebob/bebob_maudio.c | |||
@@ -381,7 +381,7 @@ static int special_clk_ctl_put(struct snd_kcontrol *kctl, | |||
381 | 381 | ||
382 | id = uval->value.enumerated.item[0]; | 382 | id = uval->value.enumerated.item[0]; |
383 | if (id >= ARRAY_SIZE(special_clk_labels)) | 383 | if (id >= ARRAY_SIZE(special_clk_labels)) |
384 | return 0; | 384 | return -EINVAL; |
385 | 385 | ||
386 | mutex_lock(&bebob->mutex); | 386 | mutex_lock(&bebob->mutex); |
387 | 387 | ||