diff options
Diffstat (limited to 'sound/soc/codecs/ak4535.c')
-rw-r--r-- | sound/soc/codecs/ak4535.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sound/soc/codecs/ak4535.c b/sound/soc/codecs/ak4535.c index e1a214ee757..65abd09e1ca 100644 --- a/sound/soc/codecs/ak4535.c +++ b/sound/soc/codecs/ak4535.c | |||
@@ -40,11 +40,11 @@ struct ak4535_priv { | |||
40 | /* | 40 | /* |
41 | * ak4535 register cache | 41 | * ak4535 register cache |
42 | */ | 42 | */ |
43 | static const u16 ak4535_reg[AK4535_CACHEREGNUM] = { | 43 | static const u8 ak4535_reg[AK4535_CACHEREGNUM] = { |
44 | 0x0000, 0x0080, 0x0000, 0x0003, | 44 | 0x00, 0x80, 0x00, 0x03, |
45 | 0x0002, 0x0000, 0x0011, 0x0001, | 45 | 0x02, 0x00, 0x11, 0x01, |
46 | 0x0000, 0x0040, 0x0036, 0x0010, | 46 | 0x00, 0x40, 0x36, 0x10, |
47 | 0x0000, 0x0000, 0x0057, 0x0000, | 47 | 0x00, 0x00, 0x57, 0x00, |
48 | }; | 48 | }; |
49 | 49 | ||
50 | /* | 50 | /* |