Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Drt1011.c2213 unsigned int dc_offset; in rt1011_calibrate() local
2268 dc_offset = value << 16; in rt1011_calibrate()
2270 dc_offset |= (value & 0xffff); in rt1011_calibrate()
2271 dev_info(dev, "ADC offset=0x%x\n", dc_offset); in rt1011_calibrate()
2273 dc_offset = value << 16; in rt1011_calibrate()
2275 dc_offset |= (value & 0xffff); in rt1011_calibrate()
2276 dev_info(dev, "Gain0 offset=0x%x\n", dc_offset); in rt1011_calibrate()
2278 dc_offset = value << 16; in rt1011_calibrate()
2280 dc_offset |= (value & 0xffff); in rt1011_calibrate()
2281 dev_info(dev, "Gain1 offset=0x%x\n", dc_offset); in rt1011_calibrate()