1. 02 Jun, 2021 6 commits
  2. 01 Jun, 2021 15 commits
  3. 27 May, 2021 12 commits
  4. 26 May, 2021 5 commits
  5. 25 May, 2021 2 commits
    • 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
    • YueHaibing's avatar
      ASoC: tlv320aic26: use DEVICE_ATTR_RW macro · 2eadc04d
      YueHaibing authored
      Use DEVICE_ATTR_RW() helper instead of plain DEVICE_ATTR(),
      which makes the code a bit shorter and easier to read.
      Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
      Message-Id: <20210524115131.46288-1-yuehaibing@huawei.com>
      Signed-off-by: default avatarMark Brown <broonie@sirena.org.uk>
      2eadc04d