Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Drt1011.c2218 unsigned int dc_offset; in rt1011_calibrate() local
2274 dc_offset = value << 16; in rt1011_calibrate()
2276 dc_offset |= (value & 0xffff); in rt1011_calibrate()
2277 dev_info(dev, "ADC offset=0x%x\n", dc_offset); in rt1011_calibrate()
2279 dc_offset = value << 16; in rt1011_calibrate()
2281 dc_offset |= (value & 0xffff); in rt1011_calibrate()
2282 dev_info(dev, "Gain0 offset=0x%x\n", dc_offset); in rt1011_calibrate()
2284 dc_offset = value << 16; in rt1011_calibrate()
2286 dc_offset |= (value & 0xffff); in rt1011_calibrate()
2287 dev_info(dev, "Gain1 offset=0x%x\n", dc_offset); in rt1011_calibrate()