Advertisement
Guest User

Untitled

a guest
Apr 1st, 2017
500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. --- a/sound/soc/fsl/fsl_ssi.c
  2. +++ b/sound/soc/fsl/fsl_ssi.c
  3. @@ -523,7 +523,9 @@ static void fsl_ssi_config(struct fsl_ssi_private *ssi_private, bool enable,
  4. config_done:
  5. /* Enabling of subunits is done after configuration */
  6. if (enable)
  7. - regmap_update_bits(regs, CCSR_SSI_SCR, vals->scr, vals->scr);
  8. + regmap_update_bits(regs, CCSR_SSI_SCR,
  9. + CCSR_SSI_SCR_SSIEN | CCSR_SSI_SCR_TE | CCSR_SSI_SCR_RE,
  10. + CCSR_SSI_SCR_SSIEN | CCSR_SSI_SCR_TE | CCSR_SSI_SCR_RE);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement