Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dcs42l73.h33 #define CS42L73_VXSPFS 0x12 /* VSP & XSP Sample Rate. */ macro
210 #define CS42L73_SPFS(id) ((id == CS42L73_ASP) ? CS42L73_ASPC : CS42L73_VXSPFS)
H A Dcs42l73.c1032 snd_soc_component_update_bits(component, CS42L73_VXSPFS, 0x0f, spfs); in cs42l73_update_asrc()
1038 snd_soc_component_update_bits(component, CS42L73_VXSPFS, 0xf0, spfs << 4); in cs42l73_update_asrc()