Home
last modified time | relevance | path

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

/linux/sound/pci/ca0106/
H A Dca0106_main.c713 u32 period_size_bytes = frames_to_bytes(runtime, runtime->period_size); in snd_ca0106_pcm_prepare_playback() local
792 table_base[i*2] = runtime->dma_addr + (i * period_size_bytes); in snd_ca0106_pcm_prepare_playback()
793 table_base[i*2+1] = period_size_bytes << 16; in snd_ca0106_pcm_prepare_playback()
/linux/sound/pci/emu10k1/
H A Demu10k1x.c434 u32 period_size_bytes = frames_to_bytes(runtime, runtime->period_size); in snd_emu10k1x_pcm_prepare() local
438 *table_base++=runtime->dma_addr+(i*period_size_bytes); in snd_emu10k1x_pcm_prepare()
439 *table_base++=period_size_bytes<<16; in snd_emu10k1x_pcm_prepare()