Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/codecs/
Dmax9860.c40 struct max9860_priv *max9860 = container_of(nb, struct max9860_priv, in max9860_dvddio_event() local
43 regcache_mark_dirty(max9860->regmap); in max9860_dvddio_event()
44 regcache_cache_only(max9860->regmap, true); in max9860_dvddio_event()
256 struct max9860_priv *max9860 = snd_soc_component_get_drvdata(component); in max9860_hw_params() local
271 switch (max9860->fmt & SND_SOC_DAIFMT_MASTER_MASK) { in max9860_hw_params()
290 switch (max9860->fmt & SND_SOC_DAIFMT_FORMAT_MASK) { in max9860_hw_params()
319 switch (max9860->fmt & SND_SOC_DAIFMT_INV_MASK) { in max9860_hw_params()
323 switch (max9860->fmt & SND_SOC_DAIFMT_FORMAT_MASK) { in max9860_hw_params()
331 switch (max9860->fmt & SND_SOC_DAIFMT_FORMAT_MASK) { in max9860_hw_params()
347 ret = regmap_write(max9860->regmap, MAX9860_IFC1A, ifc1a); in max9860_hw_params()
[all …]
DMakefile115 snd-soc-max9860-objs := max9860.o
399 obj-$(CONFIG_SND_SOC_MAX9860) += snd-soc-max9860.o
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Dmax9860.txt5 - compatible : "maxim,max9860"
18 max9860: max9860@10 {
19 compatible = "maxim,max9860";
/Linux-v5.4/
DMAINTAINERS9895 F: Documentation/devicetree/bindings/sound/max9860.txt
9896 F: sound/soc/codecs/max9860.*