Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Drt5670.c248 case RT5670_IL_CMD: in rt5670_volatile_register()
396 case RT5670_IL_CMD: in rt5670_readable_register()
463 snd_soc_component_update_bits(component, RT5670_IL_CMD, 0x40, 0x40); in rt5670_headset_detect()
464 snd_soc_component_read32(component, RT5670_IL_CMD); in rt5670_headset_detect()
504 val = snd_soc_component_read32(component, RT5670_IL_CMD); in rt5670_button_detect()
506 snd_soc_component_write(component, RT5670_IL_CMD, val); in rt5670_button_detect()
509 val = snd_soc_component_read32(component, RT5670_IL_CMD); in rt5670_button_detect()
510 snd_soc_component_write(component, RT5670_IL_CMD, val); in rt5670_button_detect()
3048 regmap_write(rt5670->regmap, RT5670_IL_CMD, 0x0000); in rt5670_i2c_probe()
Drt5670.h154 #define RT5670_IL_CMD 0xdb macro