Lines Matching defs:is8
611 int u, is8, mono;
619 is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1;
622 chip->dma1_shift = 2 - mono - is8;
640 (is8 ? 0x00 : 0x04) |
659 int u, is8, mono;
667 is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1;
670 chip->dma2_shift = 2 - mono - is8;
684 (mono ? 0 : 2) | (is8 ? 0 : 1));
696 int u, is8, mono;
704 is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1;
707 chip->dma1_shift = 2 - mono - is8;
726 (is8 ? 0x00 : 0x04) | (u ? 0x00 : 0x20));