Searched refs:hp_vol (Results 1 - 1 of 1) sorted by path

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

Completed in 326 milliseconds