Bug 84351
Summary: | sound/soc/fsl/fsl_sai.c:143: shift overflow problems | ||
---|---|---|---|
Product: | Drivers | Reporter: | David Binderman (dcb314) |
Component: | Sound(ALSA) | Assignee: | Jaroslav Kysela (perex) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | alan, tiwai |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.17-rc4 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
David Binderman
2014-09-11 20:44:26 UTC
Could you elaborate which macro will be expanded to too large? sound/soc/fsl/fsl_sai.h:#define FSL_SAI_CR2_MSEL_MASK (0xff << 26) Thanks, now it's clearer. I submitted the patch. The fix was already merged in ASoC tree. |