Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dtas2552.c243 int cpf; in tas2552_hw_params() local
249 cpf = 32 + tas2552->tdm_delay; in tas2552_hw_params()
253 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params()
257 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params()
261 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params()
269 if (cpf <= 32) in tas2552_hw_params()
271 else if (cpf <= 64) in tas2552_hw_params()
273 else if (cpf <= 128) in tas2552_hw_params()
/linux/sound/pci/emu10k1/
H A Demupcm.c681 u32 cpf = snd_emu10k1_ptr_read(emu, CPF, voice); in snd_emu10k1_playback_commit_pitch() local
684 CPF, (cpf & ~(CPF_CURRENTPITCH_MASK | CPF_FRACADDRESS_MASK)) | pitch_target, in snd_emu10k1_playback_commit_pitch()