Searched refs:is8 (Results 1 – 1 of 1) sorted by relevance
612 int u, is8, mono; in snd_es1938_capture_prepare() local620 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() local668 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() local705 is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1; in snd_es1938_playback2_prepare()[all …]