Lines Matching defs:mono
601 int u, is8, mono;
608 mono = (runtime->channels > 1) ? 0 : 1;
612 chip->dma1_shift = 2 - mono - is8;
617 snd_es1938_bits(chip, ESS_CMD_ANALOGCONTROL, 0x03, (mono ? 2 : 1));
631 (mono ? 0x40 : 0x08));
649 int u, is8, mono;
656 mono = (runtime->channels > 1) ? 0 : 1;
660 chip->dma2_shift = 2 - mono - is8;
674 (mono ? 0 : 2) | (is8 ? 0 : 1));
686 int u, is8, mono;
693 mono = (runtime->channels > 1) ? 0 : 1;
697 chip->dma1_shift = 2 - mono - is8;
704 snd_es1938_bits(chip, ESS_CMD_ANALOGCONTROL, 0x03, (mono ? 2 : 1));
715 0x90 | (mono ? 0x40 : 0x08) |