1. 22 10月, 2010 21 次提交
  2. 21 10月, 2010 5 次提交
  3. 20 10月, 2010 7 次提交
  4. 19 10月, 2010 6 次提交
  5. 18 10月, 2010 1 次提交
    • N
      MIPS: Enable ISA_DMA_API config to fix build failure · a35bee8a
      Namhyung Kim 提交于
      Add ISA_DMA_API config item and select it when GENERIC_ISA_DMA enabled.
      This fixes build failure on allmodconfig like following:
      
        CC      sound/isa/es18xx.o
      sound/isa/es18xx.c: In function 'snd_es18xx_playback1_prepare':
      sound/isa/es18xx.c:501:9: error: implicit declaration of function 'snd_dma_program'
      sound/isa/es18xx.c: In function 'snd_es18xx_playback_pointer':
      sound/isa/es18xx.c:818:3: error: implicit declaration of function 'snd_dma_pointer'
      make[3]: *** [sound/isa/es18xx.o] Error 1
      make[2]: *** [sound/isa/es18xx.o] Error 2
      make[1]: *** [sub-make] Error 2
      make: *** [all] Error 2
      Signed-off-by: NNamhyung Kim <namhyung@gmail.com>
      Cc: linux-mips@linux-mips.org
      Cc: linux-kernel@vger.kernel.org
      Patchwork: https://patchwork.linux-mips.org/patch/1717/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      a35bee8a