]> err.no Git - linux-2.6/blobdiff - sound/oss/ymfpci.h
Documentation: correct values in MPC8548E SEC example node
[linux-2.6] / sound / oss / ymfpci.h
index f810a100c64145c4086f9b7e4babd36a0b71dd33..ac1785f2b7e76bc3af233c9f6b4a0bff5cd339b7 100644 (file)
@@ -22,6 +22,7 @@
  *
  */
 #include <linux/config.h>
+#include <linux/mutex.h>
 
 /*
  *  Direct registers
@@ -279,7 +280,7 @@ struct ymf_unit {
 
        /* soundcore stuff */
        int dev_audio;
-       struct semaphore open_sem;
+       struct mutex open_mutex;
 
        struct list_head ymf_devs;
        struct list_head states;        /* List of states for this unit */