1. Jun 03, 2021
  2. Jun 02, 2021
  3. Jun 01, 2021
  4. May 27, 2021
  5. May 26, 2021
  6. May 25, 2021
    • Wei Yongjun's avatar
      ASoC: imx-card: Make some symbols static · d5bd87e3
      Wei Yongjun authored
      The sparse tool complains as follows:
      
      sound/soc/fsl/imx-card.c:121:27: warning:
       symbol 'ak4458_fs_mul' was not declared. Should it be static?
      sound/soc/fsl/imx-card.c:138:31: warning:
       symbol 'ak4458_tdm_fs_mul' was not declared. Should it be static?
      sound/soc/fsl/imx-card.c:149:27: warning:
       symbol 'ak4497_fs_mul' was not declared. Should it be static?
      sound/soc/fsl/imx-card.c:166:27: warning:
       symbol 'ak5558_fs_mul' was not declared. Should it be static?
      sound/soc/fsl/imx-card.c:180:31: warning:
       symbol 'ak5558_tdm_fs_mul' was not declared. Should it be static?
      
      Those symbols are not used outside of imx-card.c, so marks
      them static.
      
      Fixes: aa736700
      
       ("ASoC: imx-card: Add imx-card machine driver")
      Reported-by: default avatarHulk Robot <hulkci@huawei.com>
      Signed-off-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
      Message-Id: <20210524133553.2366502-1-weiyongjun1@huawei.com>
      Signed-off-by: default avatarMark Brown <broonie@sirena.org.uk>
      d5bd87e3