Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Dwcd938x.c185 bool ldoh; member
696 if (wcd938x->ldoh) in wcd938x_codec_enable_hphr_pa()
785 if (wcd938x->ldoh) in wcd938x_codec_enable_hphr_pa()
803 if (wcd938x->ldoh) in wcd938x_codec_enable_hphl_pa()
890 if (wcd938x->ldoh) in wcd938x_codec_enable_hphl_pa()
1610 ucontrol->value.integer.value[0] = wcd938x->ldoh; in wcd938x_ldoh_get()
1621 if (wcd938x->ldoh == ucontrol->value.integer.value[0]) in wcd938x_ldoh_put()
1624 wcd938x->ldoh = ucontrol->value.integer.value[0]; in wcd938x_ldoh_put()
H A Dwcd939x.c214 bool ldoh; member
653 if (wcd939x->ldoh) in wcd939x_codec_enable_hphr_pa()
754 if (wcd939x->ldoh) in wcd939x_codec_enable_hphr_pa()
776 if (wcd939x->ldoh) in wcd939x_codec_enable_hphl_pa()
872 if (wcd939x->ldoh) in wcd939x_codec_enable_hphl_pa()
1562 ucontrol->value.integer.value[0] = wcd939x->ldoh ? 1 : 0; in wcd939x_ldoh_get()
1573 if (wcd939x->ldoh == !!ucontrol->value.integer.value[0]) in wcd939x_ldoh_put()
1576 wcd939x->ldoh = !!ucontrol->value.integer.value[0]; in wcd939x_ldoh_put()