Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Des8326.c140 unsigned int hp_vol; in es8326_hplvol_set() local
142 hp_vol = ucontrol->value.integer.value[0]; in es8326_hplvol_set()
143 if (hp_vol > 5) in es8326_hplvol_set()
145 if (es8326->hpl_vol != hp_vol) { in es8326_hplvol_set()
146 es8326->hpl_vol = hp_vol; in es8326_hplvol_set()
147 if (hp_vol >= 3) in es8326_hplvol_set()
148 hp_vol++; in es8326_hplvol_set()
150 0x70, (hp_vol << 4)); in es8326_hplvol_set()
173 unsigned int hp_vol; in es8326_hprvol_set() local
175 hp_vol = ucontrol->value.integer.value[0]; in es8326_hprvol_set()
[all …]