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

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

diff -u --recursive --new-file v2.1.123/linux/drivers/sbus/audio/dbri.h linux/drivers/sbus/audio/dbri.h
@@ -106,7 +106,6 @@
 #define D_TEST		0xd	/* No comment */
 #define D_CDM		0xe	/* CHI Data mode command */
 
-#define DBRI_CMD(cmd, intr, value) ((cmd << 28) | (intr << 27) | value)
 
 
 /* Special bits for some commands */
@@ -268,7 +267,7 @@
 
 /* Transmit descriptor defines */
 #define DBRI_TD_F	(1<<31)	/* End of Frame */
-#define DBRI_TD_D	(1<<31)	/* Do not append CRC */
+#define DBRI_TD_D	(1<<30)	/* Do not append CRC */
 #define DBRI_TD_CNT(v)	(v<<16)	/* Number of valid bytes in the buffer */
 #define DBRI_TD_B	(1<<15)	/* Final interrupt */
 #define DBRI_TD_M	(1<<14)	/* Marker interrupt */

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