1. 25 Nov, 2015 2 commits
    • Jeeja KP's avatar
      ASoC: Intel: Skylake: Reconfigure HDA stream register in prepare/resume · 7e3a17d3
      Jeeja KP authored
      PCM prepare callbacks can be called multiple times. During S3
      the stream registers will be reset when Controller is reset.
      When stream is resumed, these stream registers needs to reconfigured.
      
      This patch removes the check in prepare callback() if stream already
      prepared, which will allow reconfiguring of stream registers and also
      decouple stream when stream is resumed to route audio via DSP.
      Signed-off-by: default avatarJeeja KP <jeeja.kp@intel.com>
      Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      7e3a17d3
    • 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
  2. 23 Nov, 2015 2 commits
  3. 22 Nov, 2015 2 commits
  4. 21 Nov, 2015 8 commits
  5. 20 Nov, 2015 2 commits
  6. 18 Nov, 2015 15 commits
  7. 16 Nov, 2015 9 commits