Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/emu10k1/
Dp16v.c344 u32 period_size_bytes = frames_to_bytes(runtime, runtime->period_size); in snd_p16v_pcm_prepare_playback() local
382 table_base[i*2]=runtime->dma_addr+(i*period_size_bytes); in snd_p16v_pcm_prepare_playback()
383 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-4.1.27/sound/pci/ca0106/
Dca0106_main.c762 u32 period_size_bytes = frames_to_bytes(runtime, runtime->period_size); in snd_ca0106_pcm_prepare_playback() local
841 table_base[i*2] = runtime->dma_addr + (i * period_size_bytes); in snd_ca0106_pcm_prepare_playback()
842 table_base[i*2+1] = period_size_bytes << 16; in snd_ca0106_pcm_prepare_playback()