Searched refs:is8 (Results 1 – 1 of 1) sorted by relevance
627 int u, is8, mono; in snd_es1938_capture_prepare() local635 is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1; in snd_es1938_capture_prepare()638 chip->dma1_shift = 2 - mono - is8; in snd_es1938_capture_prepare()656 (is8 ? 0x00 : 0x04) | in snd_es1938_capture_prepare()675 int u, is8, mono; in snd_es1938_playback1_prepare() local683 is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1; in snd_es1938_playback1_prepare()686 chip->dma2_shift = 2 - mono - is8; in snd_es1938_playback1_prepare()700 (mono ? 0 : 2) | (is8 ? 0 : 1)); in snd_es1938_playback1_prepare()712 int u, is8, mono; in snd_es1938_playback2_prepare() local720 is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1; in snd_es1938_playback2_prepare()[all …]