Searched refs:RT5670_INT_IRQ_ST (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/sound/soc/codecs/ |
D | rt5670.c | 244 case RT5670_INT_IRQ_ST: in rt5670_volatile_register() 379 case RT5670_INT_IRQ_ST: in rt5670_readable_register() 459 snd_soc_component_update_bits(component, RT5670_INT_IRQ_ST, 0x8, 0x8); in rt5670_headset_detect() 469 snd_soc_component_update_bits(component, RT5670_INT_IRQ_ST, 0x8, 0x0); in rt5670_headset_detect() 536 if (snd_soc_component_read(rt5670->component, RT5670_INT_IRQ_ST) & 0x4) { in rt5670_irq_detection() 566 snd_soc_component_update_bits(rt5670->component, RT5670_INT_IRQ_ST, 0x1, 0x0); in rt5670_irq_detection()
|
D | rt5670.h | 135 #define RT5670_INT_IRQ_ST 0xbf macro
|