Signed-off-by: Nicolas Schichan nschichan@freebox.fr --- sound/soc/codecs/cs42l52.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/cs42l52.c b/sound/soc/codecs/cs42l52.c index 0f6f481..6445d95 100644 --- a/sound/soc/codecs/cs42l52.c +++ b/sound/soc/codecs/cs42l52.c @@ -87,7 +87,7 @@ static const struct reg_default cs42l52_reg_defaults[] = { { CS42L52_BEEP_TONE_CTL, 0x00 }, /* r1E Beep Tone Cfg. */ { CS42L52_TONE_CTL, 0x00 }, /* r1F Tone Ctl */ { CS42L52_MASTERA_VOL, 0x88 }, /* r20 Master A Volume */ - { CS42L52_MASTERB_VOL, 0x00 }, /* r21 Master B Volume */ + { CS42L52_MASTERB_VOL, 0x88 }, /* r21 Master B Volume */ { CS42L52_HPA_VOL, 0x00 }, /* r22 Headphone A Volume */ { CS42L52_HPB_VOL, 0x00 }, /* r23 Headphone B Volume */ { CS42L52_SPKA_VOL, 0x00 }, /* r24 Speaker A Volume */