Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dtas2552.c241 int cpf; in tas2552_hw_params() local
247 cpf = 32 + tas2552->tdm_delay; in tas2552_hw_params()
251 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params()
255 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params()
259 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params()
267 if (cpf <= 32) in tas2552_hw_params()
269 else if (cpf <= 64) in tas2552_hw_params()
271 else if (cpf <= 128) in tas2552_hw_params()
/linux/sound/pci/emu10k1/
H A Demupcm.c680 u32 cpf = snd_emu10k1_ptr_read(emu, CPF, voice); in snd_emu10k1_playback_commit_pitch() local
683 CPF, (cpf & ~(CPF_CURRENTPITCH_MASK | CPF_FRACADDRESS_MASK)) | pitch_target, in snd_emu10k1_playback_commit_pitch()