1. 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
  2. 10 1月, 2016 1 次提交
  3. 23 12月, 2015 1 次提交
  4. 19 12月, 2015 1 次提交
  5. 18 12月, 2015 1 次提交
  6. 13 12月, 2015 1 次提交
  7. 30 11月, 2015 1 次提交
  8. 23 11月, 2015 2 次提交
  9. 22 11月, 2015 1 次提交
  10. 21 11月, 2015 1 次提交
  11. 18 11月, 2015 1 次提交
  12. 16 11月, 2015 2 次提交
  13. 07 10月, 2015 1 次提交
  14. 03 10月, 2015 2 次提交
  15. 20 9月, 2015 1 次提交
  16. 17 9月, 2015 1 次提交
  17. 28 8月, 2015 1 次提交
  18. 17 7月, 2015 1 次提交
  19. 13 7月, 2015 1 次提交
  20. 11 7月, 2015 1 次提交
  21. 09 7月, 2015 1 次提交
  22. 07 7月, 2015 1 次提交
  23. 12 6月, 2015 1 次提交
  24. 22 5月, 2015 1 次提交
  25. 04 5月, 2015 2 次提交
  26. 12 3月, 2015 1 次提交
  27. 05 3月, 2015 1 次提交
  28. 12 2月, 2015 1 次提交
    • G
      ASoC: Fix MAX98357A codec driver dependencies · ffa04757
      Guenter Roeck 提交于
      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: NGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      ffa04757
  29. 07 2月, 2015 1 次提交
  30. 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
  31. 28 1月, 2015 2 次提交
  32. 12 12月, 2014 1 次提交
  33. 19 11月, 2014 1 次提交
  34. 14 11月, 2014 2 次提交