Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7bad06f authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

ASoC: ad1980 - set reg_cache_default to ad1980_reg

parent 3056c70c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -247,6 +247,7 @@ static struct snd_soc_codec_driver soc_codec_dev_ad1980 = {
	.remove = 	ad1980_soc_remove,
	.reg_cache_size = ARRAY_SIZE(ad1980_reg),
	.reg_word_size = sizeof(u16),
	.reg_cache_default = ad1980_reg,
	.reg_cache_step = 2,
	.write = ac97_write,
	.read = ac97_read,