Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dcs4270.c44 #define CS4270_TRANS 0x05 /* Transition Control */ macro
452 SOC_SINGLE("Soft Ramp Switch", CS4270_TRANS, 6, 1, 0),
453 SOC_SINGLE("Zero Cross Switch", CS4270_TRANS, 5, 1, 0),
454 SOC_SINGLE("De-emphasis filter", CS4270_TRANS, 0, 1, 0),
521 ret = snd_soc_component_update_bits(component, CS4270_TRANS, in cs4270_probe()