patch-2.2.18 linux/drivers/sound/emu10k1/cardwo.h

Next file: linux/drivers/sound/emu10k1/ecard.c
Previous file: linux/drivers/sound/emu10k1/cardwo.c
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/drivers/sound/emu10k1/cardwo.h linux/drivers/sound/emu10k1/cardwo.h
@@ -44,7 +44,7 @@
 #define WAVEOUT_DEFAULTFRAGLEN	20 /* Time to play a fragment in ms (latency) */
 #define WAVEOUT_DEFAULTBUFLEN	500 /* Time to play the entire buffer in ms */
 
-#define WAVEOUT_MINFRAGSHIFT	4
+#define WAVEOUT_MINFRAGSHIFT	6
 
 struct waveout_buffer {
 	u16 ossfragshift;
@@ -76,16 +76,6 @@
         u32 blocks;
 	u8 device;
 	spinlock_t lock;
-};
-
-struct emu10k1_waveout
-{
-	u32 globalvol;
-	u32 mute;
-	u32 left;
-	u32 right;
-	u32 globalreverb;
-	u32 globalchorus;
 };
 
 int emu10k1_waveout_open(struct emu10k1_wavedevice *);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)