Searched refs:rt5665 (Results 1 – 2 of 2) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | rt5665.c | 1168 struct rt5665_priv *rt5665 = snd_soc_component_get_drvdata(component); in rt5665_headset_detect() local 1176 regmap_update_bits(rt5665->regmap, RT5665_MICBIAS_2, 0x100, in rt5665_headset_detect() 1179 regmap_read(rt5665->regmap, RT5665_GPIO_STA, &val); in rt5665_headset_detect() 1181 regmap_update_bits(rt5665->regmap, RT5665_EJD_CTRL_1, in rt5665_headset_detect() 1184 regmap_read(rt5665->regmap, RT5665_GPIO_STA, &val); in rt5665_headset_detect() 1187 regmap_read(rt5665->regmap, RT5665_GPIO_STA, in rt5665_headset_detect() 1192 regmap_update_bits(rt5665->regmap, RT5665_EJD_CTRL_1, in rt5665_headset_detect() 1194 regmap_write(rt5665->regmap, RT5665_EJD_CTRL_3, 0x3424); in rt5665_headset_detect() 1195 regmap_write(rt5665->regmap, RT5665_IL_CMD_1, 0x0048); in rt5665_headset_detect() 1196 regmap_write(rt5665->regmap, RT5665_SAR_IL_CMD_1, 0xa291); in rt5665_headset_detect() [all …]
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | rt5665.txt | 7 - compatible : One of "realtek,rt5665", "realtek,rt5666". 62 compatible = "realtek,rt5665";
|