Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/
Des1938.c207 unsigned int dma1_shift; member
622 chip->dma1_shift = 2 - mono - is8; in snd_es1938_capture_prepare()
707 chip->dma1_shift = 2 - mono - is8; in snd_es1938_playback2_prepare()
781 return ptr >> chip->dma1_shift; in snd_es1938_capture_pointer()
810 return ptr >> chip->dma1_shift; in snd_es1938_playback2_pointer()
/linux-6.1.9/sound/isa/
Des18xx.c98 unsigned int dma1_shift; member
451 chip->dma1_shift = shift; in snd_es18xx_playback_hw_params()
549 chip->dma1_shift = shift; in snd_es18xx_capture_hw_params()
798 return pos >> chip->dma1_shift; in snd_es18xx_playback_pointer()
811 return pos >> chip->dma1_shift; in snd_es18xx_capture_pointer()