Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Drt5631.c58 { RT5631_INT_ST_IRQ_CTRL_2, 0x071a },
100 case RT5631_INT_ST_IRQ_CTRL_2: in rt5631_volatile_register()
146 case RT5631_INT_ST_IRQ_CTRL_2: in rt5631_readable_register()
378 hp_zc = snd_soc_component_read(component, RT5631_INT_ST_IRQ_CTRL_2); in onebit_depop_power_stage()
379 snd_soc_component_write(component, RT5631_INT_ST_IRQ_CTRL_2, hp_zc & 0xf7ff); in onebit_depop_power_stage()
396 snd_soc_component_write(component, RT5631_INT_ST_IRQ_CTRL_2, hp_zc); in onebit_depop_power_stage()
417 hp_zc = snd_soc_component_read(component, RT5631_INT_ST_IRQ_CTRL_2); in onebit_depop_mute_stage()
418 snd_soc_component_write(component, RT5631_INT_ST_IRQ_CTRL_2, hp_zc & 0xf7ff); in onebit_depop_mute_stage()
435 snd_soc_component_write(component, RT5631_INT_ST_IRQ_CTRL_2, hp_zc); in onebit_depop_mute_stage()
456 hp_zc = snd_soc_component_read(component, RT5631_INT_ST_IRQ_CTRL_2); in depop_seq_power_stage()
[all …]
Drt5631.h39 #define RT5631_INT_ST_IRQ_CTRL_2 0x4A macro