is8               612 sound/pci/es1938.c 	int u, is8, mono;
is8               620 sound/pci/es1938.c 	is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1;
is8               623 sound/pci/es1938.c 	chip->dma1_shift = 2 - mono - is8;
is8               641 sound/pci/es1938.c 		       (is8 ? 0x00 : 0x04) | 
is8               660 sound/pci/es1938.c 	int u, is8, mono;
is8               668 sound/pci/es1938.c 	is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1;
is8               671 sound/pci/es1938.c 	chip->dma2_shift = 2 - mono - is8;
is8               685 sound/pci/es1938.c 			       (mono ? 0 : 2) | (is8 ? 0 : 1));
is8               697 sound/pci/es1938.c 	int u, is8, mono;
is8               705 sound/pci/es1938.c 	is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1;
is8               708 sound/pci/es1938.c 	chip->dma1_shift = 2 - mono - is8;
is8               727 sound/pci/es1938.c 			 (is8 ? 0x00 : 0x04) | (u ? 0x00 : 0x20));