patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / sound / oss / sb_common.c
index 3639a53..249d69c 100644 (file)
@@ -943,7 +943,10 @@ void sb_setmixer(sb_devc * devc, unsigned int port, unsigned int value)
 {
        unsigned long flags;
 
-       if (devc->model == MDL_ESS) return ess_setmixer (devc, port, value);
+       if (devc->model == MDL_ESS) {
+               ess_setmixer (devc, port, value);
+               return;
+       }
 
        spin_lock_irqsave(&devc->lock, flags);