Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dcs42l73.c33 u8 spc, mmcc, spfs; member
1025 u8 spfs = 0; in cs42l73_update_asrc() local
1028 spfs = cs42l73_get_xspfs_coeff(srate); in cs42l73_update_asrc()
1032 snd_soc_component_update_bits(component, CS42L73_VXSPFS, 0x0f, spfs); in cs42l73_update_asrc()
1035 snd_soc_component_update_bits(component, CS42L73_ASPC, 0x3c, spfs << 2); in cs42l73_update_asrc()
1038 snd_soc_component_update_bits(component, CS42L73_VXSPFS, 0xf0, spfs << 4); in cs42l73_update_asrc()
H A Dcs42l52.c35 u8 spc, format, spfs; member