-
- Downloads
ASoC: p1022ds: fix incorrect referencing of device tree properties
Device tree integer properties are encoded in big-endian format, but some of the Freescale ASoC drivers were assuming that the host is in big-endian format as well. Although this is true, it's better to use endian-safe accessors. Also add a check for a failed ioremap() call in the SSI driver. Signed-off-by:Timur Tabi <timur@freescale.com> Acked-by:
Liam Girdwood <lrg@ti.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
Showing
- sound/soc/fsl/fsl_dma.c 1 addition, 1 deletionsound/soc/fsl/fsl_dma.c
- sound/soc/fsl/fsl_ssi.c 7 additions, 2 deletionssound/soc/fsl/fsl_ssi.c
- sound/soc/fsl/mpc8610_hpcd.c 5 additions, 5 deletionssound/soc/fsl/mpc8610_hpcd.c
- sound/soc/fsl/p1022_ds.c 5 additions, 5 deletionssound/soc/fsl/p1022_ds.c
Loading
Please register or sign in to comment