Searched refs:rt5665 (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/sound/soc/codecs/ |
D | rt5665.c | 1169 struct rt5665_priv *rt5665 = snd_soc_component_get_drvdata(component); in rt5665_headset_detect() local 1177 regmap_update_bits(rt5665->regmap, RT5665_MICBIAS_2, 0x100, in rt5665_headset_detect() 1180 regmap_read(rt5665->regmap, RT5665_GPIO_STA, &val); in rt5665_headset_detect() 1182 regmap_update_bits(rt5665->regmap, RT5665_EJD_CTRL_1, in rt5665_headset_detect() 1185 regmap_read(rt5665->regmap, RT5665_GPIO_STA, &val); in rt5665_headset_detect() 1188 regmap_read(rt5665->regmap, RT5665_GPIO_STA, in rt5665_headset_detect() 1193 regmap_update_bits(rt5665->regmap, RT5665_EJD_CTRL_1, in rt5665_headset_detect() 1195 regmap_write(rt5665->regmap, RT5665_EJD_CTRL_3, 0x3424); in rt5665_headset_detect() 1196 regmap_write(rt5665->regmap, RT5665_IL_CMD_1, 0x0048); in rt5665_headset_detect() 1197 regmap_write(rt5665->regmap, RT5665_SAR_IL_CMD_1, 0xa291); in rt5665_headset_detect() [all …]
|
D | Makefile | 212 snd-soc-rt5665-objs := rt5665.o 568 obj-$(CONFIG_SND_SOC_RT5665) += snd-soc-rt5665.o
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | rt5665.txt | 7 - compatible : One of "realtek,rt5665", "realtek,rt5666". 62 compatible = "realtek,rt5665";
|