#if IS_ENABLED(CONFIG_I2C)
  
- static const struct reg_default da7210_regmap_i2c_patch[] = {
 -static struct reg_sequence da7210_regmap_i2c_patch[] = {
++static const struct reg_sequence da7210_regmap_i2c_patch[] = {
  
        /* System controller master disable */
        { DA7210_STARTUP1, 0x00 },
  
  #if defined(CONFIG_SPI_MASTER)
  
- static const struct reg_default da7210_regmap_spi_patch[] = {
 -static struct reg_sequence da7210_regmap_spi_patch[] = {
++static const struct reg_sequence da7210_regmap_spi_patch[] = {
        /* Dummy read to give two pulses over nCS for SPI */
        { DA7210_AUX2, 0x00 },
        { DA7210_AUX2, 0x00 },
 
          .window_len = 0x1, },
  };
  
- static const struct reg_default init_list[] = {
 -static struct reg_sequence init_list[] = {
++static const struct reg_sequence init_list[] = {
        {RT5651_PR_BASE + 0x3d, 0x3e00},
  };
  
 
  #endif
  
  /* Tune DC servo configuration */
- static const struct reg_default wm8993_regmap_patch[] = {
 -static struct reg_sequence wm8993_regmap_patch[] = {
++static const struct reg_sequence wm8993_regmap_patch[] = {
        { 0x44, 3 },
        { 0x56, 3 },
        { 0x44, 0 },