1. 01 8月, 2018 1 次提交
  2. 03 7月, 2018 1 次提交
  3. 27 6月, 2018 2 次提交
  4. 18 6月, 2018 1 次提交
  5. 01 6月, 2018 1 次提交
  6. 22 5月, 2018 1 次提交
  7. 18 5月, 2018 1 次提交
  8. 26 4月, 2018 1 次提交
  9. 17 4月, 2018 2 次提交
  10. 19 3月, 2018 2 次提交
  11. 02 3月, 2018 1 次提交
  12. 27 2月, 2018 2 次提交
  13. 20 2月, 2018 1 次提交
  14. 16 2月, 2018 2 次提交
  15. 10 1月, 2018 1 次提交
  16. 05 1月, 2018 2 次提交
  17. 13 12月, 2017 1 次提交
  18. 06 12月, 2017 2 次提交
  19. 11 11月, 2017 1 次提交
    • A
      ASoC: rt5514: work around link error · c5630877
      Arnd Bergmann 提交于
      The main rt5514 driver optionally calls into the SPI back-end to load
      the firmware. This causes a link error when one driver selects rt5514
      as built-in and another driver selects rt5514-spi as a loadable module:
      
      sound/soc/codecs/rt5514.o: In function `rt5514_dsp_voice_wake_up_put':
      rt5514.c:(.text+0xac8): undefined reference to `rt5514_spi_burst_write'
      
      As a workaround, this adds another silent symbol, to force rt5514-spi
      to be built-in for that configuration. I'm not overly happy with
      that solution, but couldn't come up with anything better. Using
      'IS_REACHABLE()' would break the case that relies on the loadable
      module, and all other ideas would result in more complexity.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      c5630877
  20. 20 9月, 2017 3 次提交
  21. 01 9月, 2017 1 次提交
  22. 18 8月, 2017 1 次提交
  23. 28 7月, 2017 1 次提交
  24. 18 7月, 2017 1 次提交
  25. 23 6月, 2017 1 次提交
  26. 22 6月, 2017 1 次提交
    • A
      ASoC: es8316: add I2C dependency · 664d00d1
      Arnd Bergmann 提交于
      Without CONFIG_I2C, we get a build failure:
      
      sound/soc/codecs/es8316.c:633:1: error: data definition has no type or storage class [-Werror]
      sound/soc/codecs/es8316.c:633:1: error: type defaults to 'int' in declaration of 'module_i2c_driver' [-Werror=implicit-int]
      sound/soc/codecs/es8316.c:633:1: error: parameter names (without types) in function declaration [-Werror]
      sound/soc/codecs/es8316.c:623:26: error: 'es8316_i2c_driver' defined but not used [-Werror=unused-variable]
      
      This adds the required Kconfig dependency.
      
      Fixes: b8b88b70 ("ASoC: add es8316 codec driver")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      664d00d1
  27. 14 6月, 2017 1 次提交
    • D
      ASoC: add es8316 codec driver · b8b88b70
      Daniel Drake 提交于
      Add a codec driver for the Everest ES8316, based on code provided by
      David Yang from Everest Semi.
      
      I limited the functionality to items where the vendor code was clear,
      and things that can be tested on the Weibu F3C (Intel Cherry Trail).
      As a result the initial implementation only supports running in slave
      mode at single speed (up to 48kHz sample rate) using I2S. HPD is not
      supported.
      Signed-off-by: NDavid Yang <yangxiaohua@everest-semi.com>
      [drake@endlessm.com: significant cleanups and simplifications,
                           remove dead/unclear code]
      Signed-off-by: NDaniel Drake <drake@endlessm.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      b8b88b70
  28. 26 4月, 2017 1 次提交
  29. 07 4月, 2017 1 次提交
  30. 16 3月, 2017 1 次提交
  31. 07 3月, 2017 1 次提交