Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Dmax9860.c399 max9860->pclk_rate); in max9860_hw_params()
410 sysclk |= max9860->psclk; in max9860_hw_params()
454 max9860->fmt = fmt; in max9860_set_fmt()
594 struct max9860_priv *max9860; in max9860_probe() local
602 if (!max9860) in max9860_probe()
606 if (IS_ERR(max9860->dvddio)) in max9860_probe()
624 if (IS_ERR(max9860->regmap)) { in max9860_probe()
654 max9860->psclk = 3; in max9860_probe()
656 max9860->psclk = 2; in max9860_probe()
658 max9860->psclk = 1; in max9860_probe()
[all …]
H A DMakefile178 snd-soc-max9860-y := max9860.o
591 obj-$(CONFIG_SND_SOC_MAX9860) += snd-soc-max9860.o
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dmax9860.txt5 - compatible : "maxim,max9860"
18 max9860: max9860@10 {
19 compatible = "maxim,max9860";
/linux-6.15/
H A DMAINTAINERS14543 F: Documentation/devicetree/bindings/sound/max9860.txt
14544 F: sound/soc/codecs/max9860.*