]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
Merge series "ASoC: tegra: Fix compile warning with CONFIG_PM=n" from Takashi Iwai...
authorMark Brown <broonie@kernel.org>
Mon, 3 Aug 2020 15:25:49 +0000 (16:25 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 3 Aug 2020 15:25:49 +0000 (16:25 +0100)
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


Trivial merge