diff options
Diffstat (limited to 'sound/soc/codecs/da7210.c')
-rw-r--r-- | sound/soc/codecs/da7210.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/da7210.c b/sound/soc/codecs/da7210.c index 21810e5f3321..bf0fb3d4df22 100644 --- a/sound/soc/codecs/da7210.c +++ b/sound/soc/codecs/da7210.c | |||
@@ -1182,7 +1182,7 @@ static struct snd_soc_codec_driver soc_codec_dev_da7210 = { | |||
1182 | 1182 | ||
1183 | #if IS_ENABLED(CONFIG_I2C) | 1183 | #if IS_ENABLED(CONFIG_I2C) |
1184 | 1184 | ||
1185 | static struct reg_default da7210_regmap_i2c_patch[] = { | 1185 | static struct reg_sequence da7210_regmap_i2c_patch[] = { |
1186 | 1186 | ||
1187 | /* System controller master disable */ | 1187 | /* System controller master disable */ |
1188 | { DA7210_STARTUP1, 0x00 }, | 1188 | { DA7210_STARTUP1, 0x00 }, |
@@ -1269,7 +1269,7 @@ static struct i2c_driver da7210_i2c_driver = { | |||
1269 | 1269 | ||
1270 | #if defined(CONFIG_SPI_MASTER) | 1270 | #if defined(CONFIG_SPI_MASTER) |
1271 | 1271 | ||
1272 | static struct reg_default da7210_regmap_spi_patch[] = { | 1272 | static struct reg_sequence da7210_regmap_spi_patch[] = { |
1273 | /* Dummy read to give two pulses over nCS for SPI */ | 1273 | /* Dummy read to give two pulses over nCS for SPI */ |
1274 | { DA7210_AUX2, 0x00 }, | 1274 | { DA7210_AUX2, 0x00 }, |
1275 | { DA7210_AUX2, 0x00 }, | 1275 | { DA7210_AUX2, 0x00 }, |