Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/codecs/
Dcs43130.c239 struct cs43130_private *cs43130 = snd_soc_component_get_drvdata(component); in cs43130_pll_config() local
243 cs43130->mclk, cs43130->mclk_int); in cs43130_pll_config()
245 pll_entry = cs43130_get_pll_table(cs43130->mclk, cs43130->mclk_int); in cs43130_pll_config()
250 regmap_update_bits(cs43130->regmap, CS43130_PLL_SET_1, in cs43130_pll_config()
253 cs43130->pll_bypass = true; in cs43130_pll_config()
257 cs43130->pll_bypass = false; in cs43130_pll_config()
259 regmap_update_bits(cs43130->regmap, CS43130_PLL_SET_2, in cs43130_pll_config()
263 regmap_update_bits(cs43130->regmap, CS43130_PLL_SET_3, in cs43130_pll_config()
267 regmap_update_bits(cs43130->regmap, CS43130_PLL_SET_4, in cs43130_pll_config()
271 regmap_write(cs43130->regmap, CS43130_PLL_SET_5, in cs43130_pll_config()
[all …]
DMakefile71 snd-soc-cs43130-objs := cs43130.o
402 obj-$(CONFIG_SND_SOC_CS43130) += snd-soc-cs43130.o
/Linux-v5.15/Documentation/devicetree/bindings/sound/
Dcs43130.txt5 - compatible : "cirrus,cs43130", "cirrus,cs4399", "cirrus,cs43131",
51 cs43130: audio-codec@30 {
52 compatible = "cirrus,cs43130";