2002-09-22 09:06:52

by Peter Waechtler

[permalink] [raw]
Subject: [PATCH] 2/11 sound/oss replace cli()

--- vanilla-2.5.36/sound/oss/dmasound/dmasound.h Sat Apr 20 18:25:19
2002
+++ linux-2.5-cli-oss/sound/oss/dmasound/dmasound.h Mon Sep 9 01:27:04
2002
@@ -166,6 +166,7 @@
int treble;
int gain;
int minDev; /* minor device number currently open */
+ spinlock_t lock;
};

extern struct sound_settings dmasound;