1. 20 5月, 2019 2 次提交
  2. 17 5月, 2019 1 次提交
  3. 16 5月, 2019 1 次提交
  4. 13 5月, 2019 7 次提交
  5. 09 5月, 2019 1 次提交
    • T
      ASoC: SOF: Fix unused variable warnings · 7f6647ce
      Takashi Iwai 提交于
      The recent fix for the build fix caused a couple of unused variable
      compiler warnings when CONFIG_SND_SOC_SOF_NOCODEC isn't set:
        sound/soc/sof/core.c:263:6: warning: unused variable ‘ret’ [-Wunused-variable]
        sound/soc/sof/core.c:262:28: warning: unused variable ‘machine’ [-Wunused-variable]
      
      Fix them by adding another ifdef.
      
      Fixes: ce38a750 ("ASoC: SOF: core: fix undefined nocodec reference")
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      7f6647ce
  6. 08 5月, 2019 8 次提交
  7. 07 5月, 2019 4 次提交
  8. 06 5月, 2019 5 次提交
  9. 03 5月, 2019 11 次提交