intdec            469 sound/pci/riptide/riptide.c 	unsigned char intdec[2];
intdec            973 sound/pci/riptide/riptide.c getsamplerate(struct cmdif *cif, unsigned char *intdec, unsigned int *rate)
intdec            980 sound/pci/riptide/riptide.c 	s = intdec;
intdec            999 sound/pci/riptide/riptide.c 	snd_printdd("getsampleformat %d %d %d\n", intdec[0], intdec[1], *rate);
intdec           1027 sound/pci/riptide/riptide.c setsamplerate(struct cmdif *cif, unsigned char *intdec, unsigned int rate)
intdec           1033 sound/pci/riptide/riptide.c 	snd_printdd("setsamplerate intdec: %d,%d rate: %d\n", intdec[0],
intdec           1034 sound/pci/riptide/riptide.c 		    intdec[1], rate);
intdec           1040 sound/pci/riptide/riptide.c 		if (*intdec != 0xff) {
intdec           1042 sound/pci/riptide/riptide.c 				SEND_SSRC(cif, *intdec, D, M, N);
intdec           1043 sound/pci/riptide/riptide.c 				SEND_RSRC(cif, *intdec, &rptr);
intdec           1050 sound/pci/riptide/riptide.c 					    *intdec, rate);
intdec           1054 sound/pci/riptide/riptide.c 		intdec++;
intdec           1520 sound/pci/riptide/riptide.c 			      &data->mixer, data->intdec);
intdec           1531 sound/pci/riptide/riptide.c 		    || setsamplerate(cif, data->intdec, rate))
intdec           1576 sound/pci/riptide/riptide.c 		data->intdec[0] = 0xff;
intdec           1577 sound/pci/riptide/riptide.c 		data->intdec[1] = 0xff;
intdec           1603 sound/pci/riptide/riptide.c 	data->intdec[0] = 0xff;
intdec           1604 sound/pci/riptide/riptide.c 	data->intdec[1] = 0xff;
intdec           1626 sound/pci/riptide/riptide.c 	data->intdec[0] = 0xff;
intdec           1627 sound/pci/riptide/riptide.c 	data->intdec[1] = 0xff;
intdec           1936 sound/pci/riptide/riptide.c 				    data->intdec[0], data->intdec[1]);
intdec           1937 sound/pci/riptide/riptide.c 			if (!(getsamplerate(cif, data->intdec, &rate)))
intdec           1947 sound/pci/riptide/riptide.c 			    data->source, data->intdec[0], data->intdec[1]);
intdec           1948 sound/pci/riptide/riptide.c 		if (!(getsamplerate(cif, data->intdec, &rate)))