1. 10 6月, 2016 1 次提交
    • L
      ASoC: adau: Factor out shared PLL configuration code · 0eadaa9c
      Lars-Peter Clausen 提交于
      Multiple devices from the ADAU family share the same PLL structure and
      configuration register layout. Introduce a new helper module that can be
      used to calculated the PLL configuration registers based on a specified
      input frequency and the desired output frequency of the PLL.
      
      The ADAU1761/ADAU1781 and ADAU1373 drivers are updated to make use of this
      new helper module. But future drivers for additional devices from the ADAU
      family are also expected to make use of it.
      
      In anticipation of sharing more infrastructure code between different
      devices from the ADAU family the new module is called adau-utils.
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      0eadaa9c
  2. 13 5月, 2016 1 次提交
  3. 29 4月, 2016 1 次提交
  4. 27 4月, 2016 1 次提交
  5. 22 4月, 2016 1 次提交
  6. 19 4月, 2016 3 次提交
  7. 01 4月, 2016 1 次提交
  8. 31 3月, 2016 1 次提交
  9. 29 3月, 2016 1 次提交
  10. 16 3月, 2016 1 次提交
    • A
      ASoC: rt5616: add I2C dependency · af139d55
      Arnd Bergmann 提交于
      The rt5616 codec registers itself as an i2c driver, but can
      be enabled even when i2c is turned off, which leads to a build
      error:
      
      codecs/rt5616.c:1419:1: error: data definition has no type or storage class [-Werror]
       module_i2c_driver(rt5616_i2c_driver);
      
      This adds an explicit Kconfig dependency, like the other codec
      drivers.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Fixes: 288bc356 ("ASoC: rt5616: allow to build with CONFIG_SND_SOC_RT5616")
      Signed-off-by: NMark Brown <broonie@kernel.org>
      af139d55
  11. 05 3月, 2016 1 次提交
  12. 18 2月, 2016 1 次提交
  13. 16 2月, 2016 1 次提交
  14. 04 2月, 2016 1 次提交
    • O
      ASoC: rt5514: add rt5514 codec driver · 4a6180ea
      Oder Chiou 提交于
      This is the initial codec driver for rt5514. The codec includes a low power
      DSP for voice wake up. The register address is incremental by 4 in the DSP
      memory map. In order to recover the codec settings in the codec mode and
      manipulate the DSP mode for voice wake up, we use the multi-level register
      map. One is for ALSA API in codec mode that can be recovered by cache
      before recording. Another is for DSP related settings that can be accessed
      with 32bit address of the DSP in the application of voice wake up.
      Signed-off-by: NOder Chiou <oder_chiou@realtek.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      4a6180ea
  15. 29 1月, 2016 2 次提交
  16. 28 1月, 2016 1 次提交
  17. 27 1月, 2016 1 次提交
  18. 10 1月, 2016 1 次提交
  19. 23 12月, 2015 1 次提交
  20. 19 12月, 2015 1 次提交
  21. 18 12月, 2015 1 次提交
  22. 13 12月, 2015 1 次提交
  23. 30 11月, 2015 1 次提交
  24. 23 11月, 2015 2 次提交
  25. 22 11月, 2015 1 次提交
  26. 21 11月, 2015 1 次提交
  27. 18 11月, 2015 1 次提交
  28. 16 11月, 2015 2 次提交
  29. 07 10月, 2015 1 次提交
  30. 03 10月, 2015 2 次提交
  31. 20 9月, 2015 1 次提交
  32. 17 9月, 2015 1 次提交
  33. 28 8月, 2015 1 次提交
  34. 17 7月, 2015 1 次提交