Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dcs43130.c1677 return cs43130_show_dc(dev, buf, HP_LEFT); in hpload_dc_l_show()
1724 return cs43130_show_ac(dev, buf, HP_LEFT); in hpload_ac_l_show()
1963 cs43130->hpload_dc[HP_LEFT] = impedance; in cs43130_update_hpload()
1971 cs43130->hpload_ac[ac_idx][HP_LEFT] = impedance; in cs43130_update_hpload()
2126 if (cs43130->hpload_dc[HP_LEFT] >= CS43130_LINEOUT_LOAD) in cs43130_imp_meas()
2138 cs43130_set_hv(cs43130->regmap, cs43130->hpload_dc[HP_LEFT], in cs43130_imp_meas()
H A Dcs43130.h480 #define HP_LEFT 0 macro