Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwcd938x.c190 bool ldoh; member
701 if (wcd938x->ldoh) in wcd938x_codec_enable_hphr_pa()
790 if (wcd938x->ldoh) in wcd938x_codec_enable_hphr_pa()
808 if (wcd938x->ldoh) in wcd938x_codec_enable_hphl_pa()
895 if (wcd938x->ldoh) in wcd938x_codec_enable_hphl_pa()
1615 ucontrol->value.integer.value[0] = wcd938x->ldoh; in wcd938x_ldoh_get()
1626 if (wcd938x->ldoh == ucontrol->value.integer.value[0]) in wcd938x_ldoh_put()
1629 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()