ES8326_RESET
regmap_write(es8326->regmap, ES8326_RESET, 0xc0);
regmap_write(es8326->regmap, ES8326_RESET, 0x1f);
regmap_write(es8326->regmap, ES8326_RESET, 0x17);
regmap_write(es8326->regmap, ES8326_RESET, ES8326_CSM_ON);
snd_soc_component_update_bits(component, ES8326_RESET,
regmap_update_bits(es8326->regmap, ES8326_RESET, 0x02, 0x02);
regmap_update_bits(es8326->regmap, ES8326_RESET, 0x02, 0x00);