1. 28 6月, 2018 3 次提交
  2. 01 12月, 2017 1 次提交
  3. 13 5月, 2016 1 次提交
  4. 08 5月, 2016 1 次提交
  5. 13 10月, 2015 1 次提交
    • V
      ALSA: hdac: Explicitly add io.h · 42f2bb1c
      Vinod Koul 提交于
      Compiling the hdac extended core on arm fails with below error:
      
        sound/hda/ext/hdac_ext_bus.c: In function 'hdac_ext_writel':
      >> sound/hda/ext/hdac_ext_bus.c:29:2: error: implicit declaration of
      >> function
      +'writel' [-Werror=implicit-function-declaration]
           writel(value, addr);
           ^
         sound/hda/ext/hdac_ext_bus.c: In function 'hdac_ext_readl':
      >> sound/hda/ext/hdac_ext_bus.c:34:2: error: implicit declaration of
      >> function
      +'readl' [-Werror=implicit-function-declaration]
           return readl(addr);
      
      This is fixed by explicitly including io.h
      
      Fixes: 99463b3a - ('ALSA: hda: provide default bus io ops extended hdac')
      Reported-by: Nkbuild test robot <lkp@intel.com>
      Suggested-by: NMark Brown <broonie@kernel.org>
      Signed-off-by: NVinod Koul <vinod.koul@intel.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      42f2bb1c
  6. 23 8月, 2015 1 次提交
  7. 21 8月, 2015 3 次提交
  8. 17 6月, 2015 1 次提交
  9. 11 6月, 2015 1 次提交