Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/codecs/
Drt5670.c245 case RT5670_IL_CMD: in rt5670_volatile_register()
393 case RT5670_IL_CMD: in rt5670_readable_register()
460 snd_soc_component_update_bits(component, RT5670_IL_CMD, 0x40, 0x40); in rt5670_headset_detect()
461 snd_soc_component_read(component, RT5670_IL_CMD); in rt5670_headset_detect()
501 val = snd_soc_component_read(component, RT5670_IL_CMD); in rt5670_button_detect()
503 snd_soc_component_write(component, RT5670_IL_CMD, val); in rt5670_button_detect()
506 val = snd_soc_component_read(component, RT5670_IL_CMD); in rt5670_button_detect()
507 snd_soc_component_write(component, RT5670_IL_CMD, val); in rt5670_button_detect()
3176 regmap_write(rt5670->regmap, RT5670_IL_CMD, 0x0000); in rt5670_i2c_probe()
Drt5670.h149 #define RT5670_IL_CMD 0xdb macro