1. 09 1月, 2017 1 次提交
  2. 07 1月, 2017 2 次提交
  3. 05 1月, 2017 2 次提交
  4. 01 1月, 2017 5 次提交
  5. 20 12月, 2016 1 次提交
  6. 19 12月, 2016 1 次提交
    • P
      ASoC: Intel: bytcr_rt5640: fallback mechanism if MCLK is not enabled · 4a8b3a68
      Pierre-Louis Bossart 提交于
      Commit df1a2776 ("ASoC: Intel: bytcr_rt5640: add MCLK support")
      was merged but the corresponding clock framework patches have not,
      after being bumped from audio to clock to x86 domains. The missing
      clock-related patches result in a regression starting with 4.9 with
      the audio card not being created.
      
      Rather than reverting this commit and all following updates already
      queued up for 4.10, handle run-time dependency on MCLK and fall back
      to the previous bit-clock mode. This provides the same functionality
      as in 4.8 for Baytrail devices. On Baytrail-CR most devices remain
      silent with this fallback but additional patches are needed anyway.
      As suggested by Mark Brown, the fallback is only allowed with -ENOENT,
      all other run-time errors, including -EPROBE_DEFER, will stop the probe
      with no sound card registered.
      
      This patch should be applied to -stable as well as ASoC 4.10 fixes
      Signed-off-by: NPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      4a8b3a68
  7. 15 12月, 2016 2 次提交
  8. 14 12月, 2016 1 次提交
    • J
      ASoC: dwc: Fix PIO mode initialization · 6fce983f
      Jose Abreu 提交于
      We can no longer rely on the return value of
      devm_snd_dmaengine_pcm_register(...) to check if the DMA
      handle is declared in the DT.
      
      Previously this check activated PIO mode but currently
      dma_request_chan returns either a valid channel or -EPROBE_DEFER.
      
      In order to activate PIO mode check instead if the interrupt
      line is declared. This reflects better what is documented in
      the DT bindings (see Documentation/devicetree/bindings/sound/
      designware-i2s.txt).
      
      Also, initialize use_pio variable which was never being set
      causing PIO mode to never work.
      Signed-off-by: NJose Abreu <joabreu@synopsys.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      6fce983f
  9. 12 12月, 2016 2 次提交
  10. 09 12月, 2016 2 次提交
  11. 07 12月, 2016 3 次提交
  12. 06 12月, 2016 5 次提交
  13. 05 12月, 2016 5 次提交
  14. 02 12月, 2016 4 次提交
  15. 01 12月, 2016 4 次提交