Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/emu10k1/
Dp16v.c322 u32 period_size_bytes = frames_to_bytes(runtime, runtime->period_size); in snd_p16v_pcm_prepare_playback() local
360 table_base[i*2]=runtime->dma_addr+(i*period_size_bytes); in snd_p16v_pcm_prepare_playback()
361 table_base[(i*2)+1]=period_size_bytes<<16; in snd_p16v_pcm_prepare_playback()
Demu10k1x.c446 u32 period_size_bytes = frames_to_bytes(runtime, runtime->period_size); in snd_emu10k1x_pcm_prepare() local
450 *table_base++=runtime->dma_addr+(i*period_size_bytes); in snd_emu10k1x_pcm_prepare()
451 *table_base++=period_size_bytes<<16; in snd_emu10k1x_pcm_prepare()
/Linux-v5.4/sound/pci/ca0106/
Dca0106_main.c746 u32 period_size_bytes = frames_to_bytes(runtime, runtime->period_size); in snd_ca0106_pcm_prepare_playback() local
825 table_base[i*2] = runtime->dma_addr + (i * period_size_bytes); in snd_ca0106_pcm_prepare_playback()
826 table_base[i*2+1] = period_size_bytes << 16; in snd_ca0106_pcm_prepare_playback()