Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/devicetree/bindings/sound/
Dcs35l35.txt71 The cs35l35 node can have a single "cirrus,classh-internal-algo" sub-node
78 - cirrus,classh-internal-algo : Sub-node for the Internal Class H Algorithm
82 Optional properties for the "cirrus,classh-internal-algo" Sub-node
85 - cirrus,classh-bst-overide : Boolean
86 - cirrus,classh-bst-max-limit
87 - cirrus,classh-mem-depth
90 - cirrus,classh-headroom
93 - cirrus,classh-release-rate
96 - cirrus,classh-wk-fet-disable
97 - cirrus,classh-wk-fet-delay
[all …]
Dcs35l36.txt60 - cirrus,classh-wk-fet-delay : Weak-FET entry delay. Controls the delay
73 - cirrus,classh-weak-fet-thld-millivolt : Weak-FET amplifier drive threshold.
/Linux-v6.6/sound/soc/codecs/
Dcs35l35.c471 struct classh_cfg *classh = &cs35l35->pdata.classh_algo; in cs35l35_hw_params() local
501 if (classh->classh_wk_fet_disable == 0x00 && in cs35l35_hw_params()
836 struct classh_cfg *classh = &cs35l35->pdata.classh_algo; in cs35l35_component_probe() local
896 if (classh->classh_algo_enable) { in cs35l35_component_probe()
897 if (classh->classh_bst_override) in cs35l35_component_probe()
901 classh->classh_bst_override << in cs35l35_component_probe()
903 if (classh->classh_bst_max_limit) in cs35l35_component_probe()
907 classh->classh_bst_max_limit << in cs35l35_component_probe()
909 if (classh->classh_mem_depth) in cs35l35_component_probe()
913 classh->classh_mem_depth << in cs35l35_component_probe()
[all …]
DMakefile306 snd-soc-wcd-classh-objs := wcd-clsh-v2.o
689 obj-$(CONFIG_SND_SOC_WCD_CLASSH) += snd-soc-wcd-classh.o