Commit f7dc2012 authored by Peter Wächtler's avatar Peter Wächtler Committed by Linus Torvalds

[PATCH] oss/nm256.h - convert cli to spinlocks

parent 81b1edf0
#ifndef _NM256_H_ #ifndef _NM256_H_
#define _NM256_H_ #define _NM256_H_
#include <linux/spinlock.h>
#include "ac97.h" #include "ac97.h"
/* The revisions that we currently handle. */ /* The revisions that we currently handle. */
...@@ -33,6 +34,8 @@ struct nm256_info ...@@ -33,6 +34,8 @@ struct nm256_info
int dev_for_play; int dev_for_play;
int dev_for_record; int dev_for_record;
spinlock_t lock;
/* The mixer device. */ /* The mixer device. */
int mixer_oss_dev; int mixer_oss_dev;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment