1. Dec 19, 2015
  2. Dec 18, 2015
  3. Dec 17, 2015
  4. Dec 16, 2015
  5. Dec 14, 2015
  6. Dec 09, 2015
  7. Dec 02, 2015
  8. Nov 26, 2015
  9. Nov 25, 2015
    • Vinod Koul's avatar
      ASoC: dapm: add a dapm sink widget · 56b4437f
      Vinod Koul authored
      
      
      DAPM models various widgets but lacks a sink widget.
      DSPs can have modules which take audio data, process it and are
      capable of generating events thus acting as a sink of data.
      
      To make the dapm graph complete for such paths we need a dapm
      sink widget for these modules, so add a SND_SOC_DAPM_SINK to
      declare such a widget.  This widget will be treated as
      SND_SOC_DAPM_EP_SINK endpoint in the dapm graph
      
      Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
      Reviewed-by: default avatarLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      56b4437f
    • Jie Yang's avatar
      ASoC: Intel: sst: only select sst-firmware when DW DMAC is built-in · a92ea59b
      Jie Yang authored
      The previous commit ef3e199a
      
       ("ASoC: Intel: sst: only use
      sst-firmware when DW DMAC is available") does not fix the 0day
      building errors thoroughly:
      
         sound/built-in.o: In function 'dw_dma_remove'
         sound/built-in.o: In function 'dw_dma_probe'
      
      Here we fallback to select sst-firmware only when DW DMAC
      is built-in selected. We may need to refactor sst common
      driver and split DW related codes to platform driver, but
      ATM, this fallback may be the smallest fix.
      
      Please be noticed that after applying this patch, we may
      need select DW DMAC manually in DMA driver menu, before
      we can prompt and select HSW/BDW and old BYT machines.
      
      Signed-off-by: default avatarJie Yang <yang.jie@intel.com>
      Cc: Vinod Koul <vinod.koul@intel.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      a92ea59b