1. 09 May, 2018 2 commits
  2. 05 May, 2018 6 commits
  3. 03 May, 2018 6 commits
  4. 01 May, 2018 8 commits
  5. 27 Apr, 2018 15 commits
  6. 26 Apr, 2018 3 commits
    • Fabio Estevam's avatar
      ASoC: fsl_ssi: Use u32 variable type when using regmap_read() · 671f8204
      Fabio Estevam authored
      Convert the sisr and sisr2 variable types to u32 to avoid the following
      sparse warnings:
      
      sound/soc/fsl/fsl_ssi.c:391:42: warning: incorrect type in argument 3 (different base types)
      sound/soc/fsl/fsl_ssi.c:391:42:    expected unsigned int *val
      sound/soc/fsl/fsl_ssi.c:391:42:    got restricted __be32 *<noident>
      sound/soc/fsl/fsl_ssi.c:393:17: warning: restricted __be32 degrades to integer
      sound/soc/fsl/fsl_ssi.c:393:15: warning: incorrect type in assignment (different base types)
      sound/soc/fsl/fsl_ssi.c:393:15:    expected restricted __be32 [usertype] sisr2
      sound/soc/fsl/fsl_ssi.c:393:15:    got unsigned int
      sound/soc/fsl/fsl_ssi.c:396:50: warning: incorrect type in argument 3 (different base types)
      sound/soc/fsl/fsl_ssi.c:396:50:    expected unsigned int [unsigned] val
      sound/soc/fsl/fsl_ssi.c:396:50:    got restricted __be32 [usertype] sisr2
      sound/soc/fsl/fsl_ssi.c:398:42: warning: incorrect type in argument 2 (different base types)
      sound/soc/fsl/fsl_ssi.c:398:42:    expected unsigned int [unsigned] [usertype] sisr
      sound/soc/fsl/fsl_ssi.c:398:42:    got restricted __be32 [addressable] [usertype] sisr
      
      In other places where regmap_read() is used a u32 variable is passed
      to store the register read value, so do the same here as well.
      
      regmap API already takes care of endianness, so the usage of u32 is safe.
      Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      671f8204
    • Mukunda, Vijendar's avatar
      ASoC: amd: rename audio_substream_data variable · 8349b7f5
      Mukunda, Vijendar authored
      In order to make audio_substream_data structure variable
      consistent throughout the code, changed the name from
      audio_config to rtd wherever applicable.
      Signed-off-by: default avatarVijendar Mukunda <Vijendar.Mukunda@amd.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      8349b7f5
    • Ryder Lee's avatar
      ASoC: mediatek: switch to SPDX license tag · 3a280ed1
      Ryder Lee authored
      Add SPDX identifiers to all remaining files in sound/soc/mediatek/
      Signed-off-by: default avatarRyder Lee <ryder.lee@mediatek.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      3a280ed1