Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Drt5670.c229 case RT5670_IL_CMD: in rt5670_volatile_register()
377 case RT5670_IL_CMD: in rt5670_readable_register()
444 snd_soc_update_bits(codec, RT5670_IL_CMD, 0x40, 0x40); in rt5670_headset_detect()
445 snd_soc_read(codec, RT5670_IL_CMD); in rt5670_headset_detect()
485 val = snd_soc_read(codec, RT5670_IL_CMD); in rt5670_button_detect()
487 snd_soc_write(codec, RT5670_IL_CMD, val); in rt5670_button_detect()
490 val = snd_soc_read(codec, RT5670_IL_CMD); in rt5670_button_detect()
491 snd_soc_write(codec, RT5670_IL_CMD, val); in rt5670_button_detect()
2895 regmap_write(rt5670->regmap, RT5670_IL_CMD, 0x0000); in rt5670_i2c_probe()
Drt5670.h154 #define RT5670_IL_CMD 0xdb macro