Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/sound/
H A 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 …]
H A 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/sound/soc/codecs/
H A Dcs35l35.c468 struct classh_cfg *classh = &cs35l35->pdata.classh_algo; in cs35l35_hw_params() local
498 if (classh->classh_wk_fet_disable == 0x00 && in cs35l35_hw_params()
833 struct classh_cfg *classh = &cs35l35->pdata.classh_algo; in cs35l35_component_probe() local
893 if (classh->classh_algo_enable) { in cs35l35_component_probe()
894 if (classh->classh_bst_override) in cs35l35_component_probe()
898 classh->classh_bst_override << in cs35l35_component_probe()
900 if (classh->classh_bst_max_limit) in cs35l35_component_probe()
904 classh->classh_bst_max_limit << in cs35l35_component_probe()
906 if (classh->classh_mem_depth) in cs35l35_component_probe()
910 classh->classh_mem_depth << in cs35l35_component_probe()
[all …]
H A DMakefile333 snd-soc-wcd-classh-y := wcd-clsh-v2.o
747 obj-$(CONFIG_SND_SOC_WCD_CLASSH) += snd-soc-wcd-classh.o