Skip to content

Commit 2811fe2

Browse files
AxelLinbroonie
authored andcommitted
ASoC: uda134x - set reg_cache_default to uda134x_reg
After checking the code in 2.6.36, I found this is missing during multi-component conversion. Signed-off-by: Axel Lin <[email protected]> Acked-by: Liam Girdwood <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent fb762a5 commit 2811fe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/codecs/uda134x.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@ static struct snd_soc_codec_driver soc_codec_dev_uda134x = {
597597
.resume = uda134x_soc_resume,
598598
.reg_cache_size = sizeof(uda134x_reg),
599599
.reg_word_size = sizeof(u8),
600+
.reg_cache_default = uda134x_reg,
600601
.reg_cache_step = 1,
601602
.read = uda134x_read_reg_cache,
602603
.write = uda134x_write,

0 commit comments

Comments
 (0)