Searched refs:RT5650_4BTN_IL_CMD1 (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | rt5645.c | 505 case RT5650_4BTN_IL_CMD1: in rt5645_volatile_register() 645 case RT5650_4BTN_IL_CMD1: in rt5645_readable_register() 3152 ret = snd_soc_component_read(component, RT5650_4BTN_IL_CMD1); in rt5645_enable_push_button_irq() 3153 pr_debug("%s read %x = %x\n", __func__, RT5650_4BTN_IL_CMD1, in rt5645_enable_push_button_irq() 3154 snd_soc_component_read(component, RT5650_4BTN_IL_CMD1)); in rt5645_enable_push_button_irq() 3155 snd_soc_component_write(component, RT5650_4BTN_IL_CMD1, ret); in rt5645_enable_push_button_irq() 3156 snd_soc_component_update_bits(component, RT5650_4BTN_IL_CMD1, 0x3, 0x3); in rt5645_enable_push_button_irq() 3263 val = snd_soc_component_read(component, RT5650_4BTN_IL_CMD1); in rt5645_button_detect() 3266 snd_soc_component_write(component, RT5650_4BTN_IL_CMD1, val); in rt5645_button_detect()
|
D | rt5645.h | 150 #define RT5650_4BTN_IL_CMD1 0xdf macro
|