Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/codecs/
Dcx2072x.c583 static int cx2072x_config_pll(struct cx2072x_priv *cx2072x) in cx2072x_config_pll() argument
585 struct device *dev = cx2072x->dev; in cx2072x_config_pll()
594 unsigned int sample_rate = cx2072x->sample_rate; in cx2072x_config_pll()
621 pre_div = get_div_from_mclk(cx2072x->mclk_rate); in cx2072x_config_pll()
622 pll_input = cx2072x->mclk_rate / pre_div; in cx2072x_config_pll()
636 regmap_write(cx2072x->regmap, CX2072X_ANALOG_TEST4, in cx2072x_config_pll()
640 regmap_write(cx2072x->regmap, CX2072X_ANALOG_TEST7, 0x100); in cx2072x_config_pll()
643 regmap_write(cx2072x->regmap, CX2072X_ANALOG_TEST6, in cx2072x_config_pll()
645 regmap_write(cx2072x->regmap, CX2072X_ANALOG_TEST7, in cx2072x_config_pll()
650 regmap_write(cx2072x->regmap, CX2072X_ANALOG_TEST8, int_div); in cx2072x_config_pll()
[all …]
DMakefile107 snd-soc-cx2072x-objs := cx2072x.o
493 obj-$(CONFIG_SND_SOC_CX2072X) += snd-soc-cx2072x.o
/Linux-v6.6/sound/soc/intel/boards/
Dbytcht_cx2072x.c166 SND_SOC_DAILINK_DEF(cx2072x,
203 SND_SOC_DAILINK_REG(ssp2, cx2072x, platform),
DMakefile18 snd-soc-sst-byt-cht-cx2072x-objs := bytcht_cx2072x.o
67 obj-$(CONFIG_SND_SOC_INTEL_BYT_CHT_CX2072X_MACH) += snd-soc-sst-byt-cht-cx2072x.o