An error occurred fetching the project authors.
  1. 02 Apr, 2019 1 commit
    • Randy Dunlap's avatar
      ASoC: fix SND_SOC_LOCHNAGAR_SC kconfig warning · f661fa28
      Randy Dunlap authored
      Fix kconfig warning for SND_SOC_LOCHNAGAR_SC:
      
      WARNING: unmet direct dependencies detected for SND_SOC_LOCHNAGAR_SC
        Depends on [n]: SOUND [=y] && !UML && SND [=y] && SND_SOC [=m] && MFD_LOCHNAGAR [=n]
        Selected by [m]:
        - SND_SOC_ALL_CODECS [=m] && SOUND [=y] && !UML && SND [=y] && SND_SOC [=m] && COMPILE_TEST [=y]
      Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Cc: Piotr Stankiewicz <piotrs@opensource.cirrus.com>
      Cc: Charles Keepax <ckeepax@opensource.cirrus.com>
      Cc: Richard Fitzgerald <rf@opensource.cirrus.com>
      Cc: patches@opensource.cirrus.com
      Cc: Liam Girdwood <lgirdwood@gmail.com>
      Cc: Mark Brown <broonie@kernel.org>
      Cc: alsa-devel@alsa-project.org
      Acked-by: default avatarCharles Keepax <ckeepax@opensource.cirrus.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      f661fa28
  2. 26 Mar, 2019 1 commit
  3. 25 Mar, 2019 1 commit
  4. 21 Mar, 2019 1 commit
  5. 08 Feb, 2019 1 commit
  6. 07 Feb, 2019 1 commit
  7. 06 Feb, 2019 1 commit
  8. 29 Jan, 2019 2 commits
  9. 28 Jan, 2019 2 commits
  10. 25 Jan, 2019 1 commit
  11. 14 Jan, 2019 2 commits
  12. 03 Jan, 2019 3 commits
  13. 15 Nov, 2018 1 commit
  14. 17 Oct, 2018 1 commit
  15. 10 Oct, 2018 1 commit
    • Arnd Bergmann's avatar
      ASoC: max98988: add I2C dependency · 9641faa2
      Arnd Bergmann authored
      max98988 only builds with I2C support enabled, otherwise we get a build error:
      
      sound/soc/codecs/max98088.c:1789:1: error: data definition has no type or storage class [-Werror]
       module_i2c_driver(max98088_i2c_driver);
       ^~~~~~~~~~~~~~~~~
      sound/soc/codecs/max98088.c:1789:1: error: type defaults to 'int' in declaration of 'module_i2c_driver' [-Werror=implicit-int]
      sound/soc/codecs/max98088.c:1789:1: error: parameter names (without types) in function declaration [-Werror]
      sound/soc/codecs/max98088.c:1780:26: error: 'max98088_i2c_driver' defined but not used [-Werror=unused-variable]
      
      Fixes: 24ae67c5 ("ASoC: max98988: make it selectable")
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Reviewed-by: default avatarMarco Felsch <m.felsch@pengutronix.de>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      9641faa2
  16. 08 Oct, 2018 1 commit
  17. 29 Aug, 2018 1 commit
  18. 28 Aug, 2018 2 commits
  19. 01 Aug, 2018 1 commit
  20. 31 Jul, 2018 1 commit
  21. 03 Jul, 2018 1 commit
  22. 27 Jun, 2018 2 commits
  23. 18 Jun, 2018 1 commit
  24. 01 Jun, 2018 1 commit
  25. 22 May, 2018 1 commit
  26. 17 May, 2018 1 commit
  27. 26 Apr, 2018 1 commit
  28. 16 Apr, 2018 2 commits
  29. 19 Mar, 2018 2 commits
  30. 01 Mar, 2018 1 commit
  31. 27 Feb, 2018 1 commit
    • Sebastian Reichel's avatar
      ASoC: cpcap: new codec · f6cdf2d3
      Sebastian Reichel authored
      Motorola CPCAP is a PMIC with audio functionality, that can be
      found on Motorola Droid 4 and probably a few other phones from
      Motorola's Droid series.
      
      The driver has been written from scratch using Motorola's Android
      driver, register dumps from running Android and datasheet for NXP
      MC13783UG (which is similar to Motorola CPCAP, but not the same).
      
      The chip provides two audio interfaces, that can be muxed to two
      different audio codecs. One provides support for stereo output
      (named StDAC or HiFi), while the other only provides mono output
      (named Voice). Only the Voice codec provides a Capture interface.
      Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.co.uk>
      Acked-by: default avatarTony Lindgren <tony@atomide.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      f6cdf2d3