Home
last modified time | relevance | path

Searched refs:ldoh (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/codecs/
H A Dwcd938x.c179 bool ldoh; member
695 if (wcd938x->ldoh) in wcd938x_codec_enable_hphr_pa()
784 if (wcd938x->ldoh) in wcd938x_codec_enable_hphr_pa()
802 if (wcd938x->ldoh) in wcd938x_codec_enable_hphl_pa()
889 if (wcd938x->ldoh) in wcd938x_codec_enable_hphl_pa()
1608 ucontrol->value.integer.value[0] = wcd938x->ldoh; in wcd938x_ldoh_get()
1619 if (wcd938x->ldoh == ucontrol->value.integer.value[0]) in wcd938x_ldoh_put()
1622 wcd938x->ldoh = ucontrol->value.integer.value[0]; in wcd938x_ldoh_put()
H A Dwcd939x.c211 bool ldoh; member
654 if (wcd939x->ldoh) in wcd939x_codec_enable_hphr_pa()
755 if (wcd939x->ldoh) in wcd939x_codec_enable_hphr_pa()
777 if (wcd939x->ldoh) in wcd939x_codec_enable_hphl_pa()
873 if (wcd939x->ldoh) in wcd939x_codec_enable_hphl_pa()
1563 ucontrol->value.integer.value[0] = wcd939x->ldoh ? 1 : 0; in wcd939x_ldoh_get()
1574 if (wcd939x->ldoh == !!ucontrol->value.integer.value[0]) in wcd939x_ldoh_put()
1577 wcd939x->ldoh = !!ucontrol->value.integer.value[0]; in wcd939x_ldoh_put()