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