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