Home
last modified time | relevance | path

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

/openbmc/linux/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()
596 struct max9860_priv *max9860; in max9860_probe() local
604 if (!max9860) in max9860_probe()
608 if (IS_ERR(max9860->dvddio)) in max9860_probe()
626 if (IS_ERR(max9860->regmap)) { in max9860_probe()
656 max9860->psclk = 3; in max9860_probe()
658 max9860->psclk = 2; in max9860_probe()
660 max9860->psclk = 1; in max9860_probe()
[all …]
H A DMakefile163 snd-soc-max9860-objs := max9860.o
544 obj-$(CONFIG_SND_SOC_MAX9860) += snd-soc-max9860.o
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dmax9860.txt5 - compatible : "maxim,max9860"
18 max9860: max9860@10 {
19 compatible = "maxim,max9860";
/openbmc/linux/
H A DMAINTAINERS12899 F: Documentation/devicetree/bindings/sound/max9860.txt
12900 F: sound/soc/codecs/max9860.*