1. 19 8月, 2020 3 次提交
  2. 18 8月, 2020 1 次提交
  3. 17 8月, 2020 6 次提交
  4. 16 8月, 2020 1 次提交
  5. 15 8月, 2020 1 次提交
  6. 14 8月, 2020 1 次提交
  7. 13 8月, 2020 1 次提交
  8. 12 8月, 2020 2 次提交
  9. 11 8月, 2020 6 次提交
  10. 10 8月, 2020 5 次提交
  11. 07 8月, 2020 3 次提交
  12. 06 8月, 2020 2 次提交
  13. 05 8月, 2020 5 次提交
  14. 04 8月, 2020 1 次提交
  15. 03 8月, 2020 2 次提交
    • M
      Merge series "ASoC: tegra: Fix compile warning with CONFIG_PM=n" from Takashi Iwai <tiwai@suse.de>: · 58ff5f4d
      Mark Brown 提交于
      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
    • T
      ASoC: fsl: Fix unused variable warning · 9493755d
      Takashi Iwai 提交于
      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: NTakashi Iwai <tiwai@suse.de>
      Link: https://lore.kernel.org/r/20200803144630.9615-1-tiwai@suse.deSigned-off-by: NMark Brown <broonie@kernel.org>
      9493755d