Home
last modified time | relevance | path

Searched refs:cx2072x (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/codecs/
H A Dcx2072x.c578 static int cx2072x_config_pll(struct cx2072x_priv *cx2072x) in cx2072x_config_pll() argument
580 struct device *dev = cx2072x->dev; in cx2072x_config_pll()
589 unsigned int sample_rate = cx2072x->sample_rate; in cx2072x_config_pll()
616 pre_div = get_div_from_mclk(cx2072x->mclk_rate); in cx2072x_config_pll()
617 pll_input = cx2072x->mclk_rate / pre_div; in cx2072x_config_pll()
631 regmap_write(cx2072x->regmap, CX2072X_ANALOG_TEST4, in cx2072x_config_pll()
635 regmap_write(cx2072x->regmap, CX2072X_ANALOG_TEST7, 0x100); in cx2072x_config_pll()
638 regmap_write(cx2072x->regmap, CX2072X_ANALOG_TEST6, in cx2072x_config_pll()
640 regmap_write(cx2072x->regmap, CX2072X_ANALOG_TEST7, in cx2072x_config_pll()
645 regmap_write(cx2072x->regmap, CX2072X_ANALOG_TEST8, int_div); in cx2072x_config_pll()
[all …]
/linux/sound/soc/intel/boards/
H A Dbytcht_cx2072x.c166 SND_SOC_DAILINK_DEF(cx2072x,
199 SND_SOC_DAILINK_REG(ssp2, cx2072x, platform),
H A DMakefile15 snd-soc-sst-byt-cht-cx2072x-y := bytcht_cx2072x.o
47 obj-$(CONFIG_SND_SOC_INTEL_BYT_CHT_CX2072X_MACH) += snd-soc-sst-byt-cht-cx2072x.o