Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/emu10k1/
Dp16v.c336 u32 period_size_bytes = frames_to_bytes(runtime, runtime->period_size); in snd_p16v_pcm_prepare_playback() local
374 table_base[i*2]=runtime->dma_addr+(i*period_size_bytes); in snd_p16v_pcm_prepare_playback()
375 table_base[(i*2)+1]=period_size_bytes<<16; in snd_p16v_pcm_prepare_playback()
Demu10k1x.c460 u32 period_size_bytes = frames_to_bytes(runtime, runtime->period_size); in snd_emu10k1x_pcm_prepare() local
464 *table_base++=runtime->dma_addr+(i*period_size_bytes); in snd_emu10k1x_pcm_prepare()
465 *table_base++=period_size_bytes<<16; in snd_emu10k1x_pcm_prepare()
/Linux-v4.19/sound/pci/ca0106/
Dca0106_main.c760 u32 period_size_bytes = frames_to_bytes(runtime, runtime->period_size); in snd_ca0106_pcm_prepare_playback() local
839 table_base[i*2] = runtime->dma_addr + (i * period_size_bytes); in snd_ca0106_pcm_prepare_playback()
840 table_base[i*2+1] = period_size_bytes << 16; in snd_ca0106_pcm_prepare_playback()