1. 17 12月, 2015 1 次提交
    • B
      ASoC: rt5677: Reconfigure PLL1 after resume · 1aa844cd
      Ben Zhang 提交于
      Sometimes PLL1 stops working if the codec loses power
      during suspend (when pow-ldo2 or reset gpio is used).
      MX-7Bh(RT5677_PLL1_CTRL2) is cleared and won't be restored
      by regcache since it's volatile. MX-7Bh has one status bit
      and M code for PLL1. rt5677_set_dai_pll doesn't reconfigure
      PLL1 after resume because it thinks the PLL params are not
      changed.
      
      This patch clears the cached PLL params at resume so that
      rt5677_set_dai_pll can reconfigure the PLL after resume.
      Signed-off-by: NBen Zhang <benzh@chromium.org>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      1aa844cd
  2. 16 11月, 2015 1 次提交
  3. 11 11月, 2015 1 次提交
  4. 26 8月, 2015 1 次提交
  5. 05 8月, 2015 2 次提交
  6. 29 7月, 2015 1 次提交
  7. 23 7月, 2015 1 次提交
  8. 17 7月, 2015 1 次提交
  9. 15 7月, 2015 2 次提交
  10. 07 7月, 2015 3 次提交
  11. 20 5月, 2015 1 次提交
  12. 16 5月, 2015 1 次提交
  13. 09 5月, 2015 1 次提交
  14. 29 4月, 2015 2 次提交
  15. 28 4月, 2015 2 次提交
  16. 24 4月, 2015 1 次提交
  17. 16 3月, 2015 1 次提交
  18. 03 3月, 2015 2 次提交
  19. 26 2月, 2015 1 次提交
  20. 29 1月, 2015 1 次提交
    • A
      ASoC: rt5677: fix SPI dependency · 4c121129
      Arnd Bergmann 提交于
      The rt5677 codec has gained code that requires SPI to work correctly,
      but there is no provision in Kconfig to prevent the driver from
      being used when SPI is disabled or a loadable module, resulting
      in this build error:
      
      sound/built-in.o: In function `rt5677_spi_write':
      :(.text+0xa7ba0): undefined reference to `spi_sync'
      sound/built-in.o: In function `rt5677_spi_driver_init':
      :(.init.text+0x253c): undefined reference to `spi_register_driver'
      
      ERROR: "spi_sync" [sound/soc/codecs/snd-soc-rt5677-spi.ko] undefined!
      ERROR: "spi_register_driver" [sound/soc/codecs/snd-soc-rt5677-spi.ko] undefined!
      
      This makes the SPI portion of the driver depend on the SPI subsystem,
      and disables the function that uses SPI for firmware download if SPI
      is disabled. The latter may not be the correct solution, but I could
      not come up with a better one.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Fixes: af48f1d0 ("ASoC: rt5677: Support DSP function for VAD application")
      Signed-off-by: NMark Brown <broonie@kernel.org>
      4c121129
  21. 15 1月, 2015 3 次提交
  22. 10 1月, 2015 1 次提交
  23. 09 1月, 2015 1 次提交
  24. 24 12月, 2014 4 次提交
  25. 05 12月, 2014 1 次提交
  26. 25 11月, 2014 1 次提交
  27. 19 11月, 2014 2 次提交