Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Drt286.c192 struct rt286_priv *rt286 = snd_soc_codec_get_drvdata(codec); in rt286_index_sync() local
196 snd_soc_write(codec, rt286->index_cache[i].reg, in rt286_index_sync()
197 rt286->index_cache[i].def); in rt286_index_sync()
215 static int rt286_jack_detect(struct rt286_priv *rt286, bool *hp, bool *mic) in rt286_jack_detect() argument
223 if (!rt286->codec) in rt286_jack_detect()
226 dapm = snd_soc_codec_get_dapm(rt286->codec); in rt286_jack_detect()
228 if (rt286->pdata.cbj_en) { in rt286_jack_detect()
229 regmap_read(rt286->regmap, RT286_GET_HP_SENSE, &buf); in rt286_jack_detect()
233 regmap_update_bits(rt286->regmap, in rt286_jack_detect()
242 regmap_write(rt286->regmap, RT286_SET_MIC1, 0x24); in rt286_jack_detect()
[all …]
DMakefile86 snd-soc-rt286-objs := rt286.o
281 obj-$(CONFIG_SND_SOC_RT286) += snd-soc-rt286.o