Home
last modified time | relevance | path

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

/linux/sound/pci/
H A Des1938.c609 int u, is8, mono; in snd_es1938_capture_prepare() local
617 is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1; in snd_es1938_capture_prepare()
620 chip->dma1_shift = 2 - mono - is8; in snd_es1938_capture_prepare()
638 (is8 ? 0x00 : 0x04) | in snd_es1938_capture_prepare()
657 int u, is8, mono; in snd_es1938_playback1_prepare() local
665 is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1; in snd_es1938_playback1_prepare()
668 chip->dma2_shift = 2 - mono - is8; in snd_es1938_playback1_prepare()
682 (mono ? 0 : 2) | (is8 ? 0 : 1)); in snd_es1938_playback1_prepare()
694 int u, is8, mono; in snd_es1938_playback2_prepare() local
702 is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1; in snd_es1938_playback2_prepare()
[all …]