patch-2.1.110 linux/drivers/sound/ad1848.c

Next file: linux/drivers/sound/cs4232.c
Previous file: linux/drivers/sound/Readme.modules
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.109/linux/drivers/sound/ad1848.c linux/drivers/sound/ad1848.c
@@ -1721,7 +1721,7 @@
 	 */
 
 
-	int my_dev;
+	long my_dev;
 	char dev_name[100];
 	int e;
 
@@ -1951,12 +1951,12 @@
 {
 	unsigned char status;
 	ad1848_info *devc;
-	int dev;
+	long dev;
 	int alt_stat = 0xff;
 	unsigned char c930_stat = 0;
 	int cnt = 0;
 
-	dev = (int)dev_id;
+	dev = (long)dev_id;
 	devc = (ad1848_info *) audio_devs[dev]->devc;
 
 interrupt_again:		/* Jump back here if int status doesn't reset */

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