Searched refs:r_targetpostgain (Results 1 – 1 of 1) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | rt1320-sdw.c | 1573 int l_targetpostgain, r_targetpostgain; in rt1320_pilot_tone_output() local 1603 r_targetpostgain = abs(targetGain - r_pilotgain[2]) / postgain_step; in rt1320_pilot_tone_output() 1605 r_targetpostgain = 0xfff - r_targetpostgain; in rt1320_pilot_tone_output() 1606 dev_dbg(dev, "%s, LR targetpostgain=0x%x, 0x%x\n", __func__, l_targetpostgain, r_targetpostgain); in rt1320_pilot_tone_output() 1610 regmap_write(rt1320->regmap, 0xdd09, (r_targetpostgain & 0xf00) >> 8); in rt1320_pilot_tone_output() 1611 regmap_write(rt1320->regmap, 0xdd08, r_targetpostgain & 0xff); in rt1320_pilot_tone_output()
|