An error occurred fetching the project authors.
  1. 22 Nov, 2015 1 commit
  2. 21 Nov, 2015 1 commit
  3. 07 Oct, 2015 1 commit
  4. 02 Oct, 2015 2 commits
  5. 19 Sep, 2015 1 commit
  6. 17 Sep, 2015 1 commit
  7. 27 Aug, 2015 1 commit
  8. 16 Jul, 2015 1 commit
  9. 13 Jul, 2015 1 commit
  10. 10 Jul, 2015 1 commit
  11. 09 Jul, 2015 1 commit
  12. 06 Jul, 2015 1 commit
  13. 12 Jun, 2015 1 commit
  14. 22 May, 2015 1 commit
  15. 04 May, 2015 2 commits
  16. 11 Mar, 2015 1 commit
  17. 05 Mar, 2015 1 commit
  18. 12 Feb, 2015 1 commit
    • Guenter Roeck's avatar
      ASoC: Fix MAX98357A codec driver dependencies · ffa04757
      Guenter Roeck authored
      The max98357a driver depends on GPIOLIB. This may cause the following
      build failure.
      
      sound/soc/codecs/max98357a.c: In function 'max98357a_daiops_trigger':
      sound/soc/codecs/max98357a.c:30:3: error: implicit declaration of function 'gpiod_set_value'
      sound/soc/codecs/max98357a.c: In function 'max98357a_codec_probe':
      sound/soc/codecs/max98357a.c:55:2: error: implicit declaration of function 'devm_gpiod_get'
      sound/soc/codecs/max98357a.c:61:2: error: implicit declaration of function 'gpiod_direction_output'
      
      Seen with mips:allmodconfig as well as various randconfig builds.
      
      Fixes: af5adf12 ("ASoC: max98357a: Add MAX98357A codec driver")
      Cc: Kenneth Westfield <kwestfie@codeaurora.org>
      Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      ffa04757
  19. 06 Feb, 2015 1 commit
  20. 29 Jan, 2015 1 commit
    • Arnd Bergmann's avatar
      ASoC: rt5677: fix SPI dependency · 4c121129
      Arnd Bergmann authored
      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: default avatarArnd Bergmann <arnd@arndb.de>
      Fixes: af48f1d0 ("ASoC: rt5677: Support DSP function for VAD application")
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      4c121129
  21. 27 Jan, 2015 2 commits
  22. 12 Dec, 2014 1 commit
  23. 19 Nov, 2014 1 commit
  24. 14 Nov, 2014 1 commit
    • Dylan Reid's avatar
      ASoC: add TI ts3a227e headset chip driver · 2880fc87
      Dylan Reid authored
      The TS3A227E is an autonomous audio accessory detection and
      configuration switch that detects 3-pole or 4-pole audio accessories
      and configures internal switches to route the signals accordingly.
      
      This chip also has built-in support for the new button standard
      described in the Android "Wired audio headset specification" v1.0.
      These buttons will be reported on the jack as buttons 0-3 mapped to
      KEY_MEDIA, KEY_VOLUMEUP, KEY_VOLUMEDOWN, and KEY_VOICE_COMMAND.
      
      This will be added as an aux_dev and have the jack passed in from the
      machine driver.
      Signed-off-by: default avatarDylan Reid <dgreid@chromium.org>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      2880fc87
  25. 13 Nov, 2014 1 commit
  26. 09 Nov, 2014 1 commit
  27. 03 Nov, 2014 1 commit
  28. 31 Oct, 2014 2 commits
  29. 28 Oct, 2014 1 commit
  30. 23 Oct, 2014 1 commit
  31. 20 Oct, 2014 2 commits
  32. 03 Oct, 2014 1 commit
  33. 30 Sep, 2014 1 commit
  34. 27 Sep, 2014 1 commit
  35. 28 Aug, 2014 1 commit