patch-2.1.124 linux/drivers/sbus/audio/cs4215.h

Next file: linux/drivers/sbus/audio/dbri.c
Previous file: linux/drivers/sbus/audio/audio.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.123/linux/drivers/sbus/audio/cs4215.h linux/drivers/sbus/audio/cs4215.h
@@ -41,22 +41,22 @@
 	unsigned char  xtal;
 	unsigned char  csval;
 } CS4215_FREQ[] = {
-	{	 8000,	1,	(0<<3)	},
-	{	16000,	1,	(1<<3)	},
-	{	27429,	1,	(2<<3)	},	/* Actually 24428.57 */
-	{	32000,	1,	(3<<3)	},
-	/* {	 NA,	1,	(4<<3)	}, */
-	/* {	 NA,	1,	(5<<3)	}, */
-	{	48000,	1,	(6<<3)	},
-	{	 9600,	1,	(7<<3)	},
-	{	 5513,	2,	(0<<3)	},	/* Actually 5512.5 */
-	{	11025,	2,	(1<<3)	},
-	{	18900,	2,	(2<<3)	},
-	{	22050,	2,	(3<<3)	},
-	{	37800,	2,	(4<<3)	},
-	{	44100,	2,	(5<<3)	},
-	{	33075,	2,	(6<<3)	},
-	{	 6615,	2,	(7<<3)	},
+	{	 8000,	(1<<4),	(0<<3)	},
+	{	16000,	(1<<4),	(1<<3)	},
+	{	27429,	(1<<4),	(2<<3)	},	/* Actually 24428.57 */
+	{	32000,	(1<<4),	(3<<3)	},
+	/* {	 NA,	(1<<4),	(4<<3)	}, */
+	/* {	 NA,	(1<<4),	(5<<3)	}, */
+	{	48000,	(1<<4),	(6<<3)	},
+	{	 9600,	(1<<4),	(7<<3)	},
+	{	 5513,	(2<<4),	(0<<3)	},	/* Actually 5512.5 */
+	{	11025,	(2<<4),	(1<<3)	},
+	{	18900,	(2<<4),	(2<<3)	},
+	{	22050,	(2<<4),	(3<<3)	},
+	{	37800,	(2<<4),	(4<<3)	},
+	{	44100,	(2<<4),	(5<<3)	},
+	{	33075,	(2<<4),	(6<<3)	},
+	{	 6615,	(2<<4),	(7<<3)	},
 	{	    0,	0,	0	}
 };
 #define CS4215_HPF	(1<<7)	/* High Pass Filter, 1: Enabled */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov