Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Drt5631.c62 { RT5631_INT_ST_IRQ_CTRL_2, 0x071a },
104 case RT5631_INT_ST_IRQ_CTRL_2: in rt5631_volatile_register()
150 case RT5631_INT_ST_IRQ_CTRL_2: in rt5631_readable_register()
381 hp_zc = snd_soc_component_read32(component, RT5631_INT_ST_IRQ_CTRL_2); in onebit_depop_power_stage()
382 snd_soc_component_write(component, RT5631_INT_ST_IRQ_CTRL_2, hp_zc & 0xf7ff); in onebit_depop_power_stage()
399 snd_soc_component_write(component, RT5631_INT_ST_IRQ_CTRL_2, hp_zc); in onebit_depop_power_stage()
419 hp_zc = snd_soc_component_read32(component, RT5631_INT_ST_IRQ_CTRL_2); in onebit_depop_mute_stage()
420 snd_soc_component_write(component, RT5631_INT_ST_IRQ_CTRL_2, hp_zc & 0xf7ff); in onebit_depop_mute_stage()
437 snd_soc_component_write(component, RT5631_INT_ST_IRQ_CTRL_2, hp_zc); in onebit_depop_mute_stage()
457 hp_zc = snd_soc_component_read32(component, RT5631_INT_ST_IRQ_CTRL_2); in depop_seq_power_stage()
[all …]
Drt5631.h39 #define RT5631_INT_ST_IRQ_CTRL_2 0x4A macro