1. 19 Aug, 2020 3 commits
  2. 17 Aug, 2020 7 commits
  3. 16 Aug, 2020 1 commit
  4. 15 Aug, 2020 1 commit
  5. 14 Aug, 2020 1 commit
  6. 13 Aug, 2020 1 commit
  7. 12 Aug, 2020 2 commits
  8. 11 Aug, 2020 5 commits
  9. 10 Aug, 2020 6 commits
  10. 07 Aug, 2020 1 commit
  11. 06 Aug, 2020 4 commits
  12. 05 Aug, 2020 4 commits
  13. 04 Aug, 2020 2 commits
  14. 03 Aug, 2020 2 commits
    • Mark Brown's avatar
      Merge series "ASoC: tegra: Fix compile warning with CONFIG_PM=n" from Takashi Iwai <tiwai@suse.de>: · 58ff5f4d
      Mark Brown authored
      Hi,
      
      this is a trivial patch set to add the missing __maybe_unused for
      covering the compile warnings with CONFIG_PM=n.
      
      Takashi
      
      ===
      
      Takashi Iwai (5):
        ASoC: tegra: tegra186_dspk: Fix compile warning with CONFIG_PM=n
        ASoC: tegra: tegra210_admaif: Fix compile warning with CONFIG_PM=n
        ASoC: tegra: tegra210_ahub: Fix compile warning with CONFIG_PM=n
        ASoC: tegra: tegra210_dmic: Fix compile warning with CONFIG_PM=n
        ASoC: tegra: tegra210_i2s: Fix compile warning with CONFIG_PM=n
      
       sound/soc/tegra/tegra186_dspk.c   | 4 ++--
       sound/soc/tegra/tegra210_admaif.c | 4 ++--
       sound/soc/tegra/tegra210_ahub.c   | 4 ++--
       sound/soc/tegra/tegra210_dmic.c   | 4 ++--
       sound/soc/tegra/tegra210_i2s.c    | 4 ++--
       5 files changed, 10 insertions(+), 10 deletions(-)
      
      --
      2.16.4
      58ff5f4d
    • Takashi Iwai's avatar
      ASoC: fsl: Fix unused variable warning · 9493755d
      Takashi Iwai authored
      The variable rtd was left unused in psc_dma_free(), even unnoticed
      during conversion to a new style:
        sound/soc/fsl/mpc5200_dma.c:342:30: warning: unused variable 'rtd' [-Wunused-variable]
      
      Drop the superfluous one.
      
      Fixes: 6d1048bc ("ASoC: fsl: mpc5200_dma: remove snd_pcm_ops")
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      Link: https://lore.kernel.org/r/20200803144630.9615-1-tiwai@suse.deSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      9493755d