Home
last modified time | relevance | path

Searched refs:is8 (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/sound/pci/
Des1938.c627 int u, is8, mono; in snd_es1938_capture_prepare() local
635 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() local
683 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() local
720 is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1; in snd_es1938_playback2_prepare()
[all …]