1. 07 8月, 2013 1 次提交
  2. 20 7月, 2013 1 次提交
  3. 16 7月, 2013 1 次提交
  4. 15 7月, 2013 4 次提交
  5. 13 5月, 2013 1 次提交
  6. 17 4月, 2013 1 次提交
  7. 04 4月, 2013 1 次提交
  8. 27 3月, 2013 1 次提交
  9. 26 3月, 2013 2 次提交
  10. 04 3月, 2013 1 次提交
  11. 05 2月, 2013 4 次提交
  12. 24 12月, 2012 1 次提交
  13. 09 12月, 2012 1 次提交
  14. 02 12月, 2012 2 次提交
  15. 16 11月, 2012 3 次提交
  16. 06 11月, 2012 1 次提交
  17. 02 2月, 2012 2 次提交
  18. 20 1月, 2012 1 次提交
  19. 11 1月, 2012 1 次提交
  20. 08 1月, 2012 1 次提交
  21. 06 1月, 2012 1 次提交
    • A
      ASoC: Fix build dependency for SND_ATMEL_SOC_SSC · 739be96a
      Axel Lin 提交于
      Make SND_ATMEL_SOC_SSC select ATMEL_SSC to fix below build errors:
      
        LD      .tmp_vmlinux1
      sound/built-in.o: In function `atmel_ssc_remove':
      sound/soc/atmel/atmel_ssc_dai.c:713: undefined reference to `ssc_free'
      sound/built-in.o: In function `atmel_ssc_probe':
      sound/soc/atmel/atmel_ssc_dai.c:700: undefined reference to `ssc_request'
      sound/built-in.o: In function `atmel_ssc_set_audio':
      sound/soc/atmel/atmel_ssc_dai.c:845: undefined reference to `ssc_request'
      sound/soc/atmel/atmel_ssc_dai.c:851: undefined reference to `ssc_free'
      make: *** [.tmp_vmlinux1] Error 1
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      739be96a
  22. 23 12月, 2011 1 次提交
  23. 25 11月, 2011 1 次提交
  24. 23 11月, 2011 2 次提交
    • L
      ASoC: Constify snd_soc_dai_ops structs · 85e7652d
      Lars-Peter Clausen 提交于
      Commit 1ee46ebd("ASoC: Make the DAI ops constant in the DAI structure")
      introduced the possibility to have constant DAI ops structures, yet this is
      barley used in both existing drivers and also new drivers being submitted,
      although none of them modifies its DAI ops structure. The later is not
      surprising since existing drivers are often used as templates for new drivers.
      So this patch just constifies all existing snd_soc_dai_ops structs to eliminate
      the issue altogether.
      
      The patch was generated with the following coccinelle semantic patch:
      // <smpl>
      @@
      identifier ops;
      @@
      -struct snd_soc_dai_ops ops =
      +const struct snd_soc_dai_ops ops =
      { ... };
      // </smpl>
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      85e7652d
    • P
      ASoC: drop support for PlayPaq with WM8510 · 4ca8af57
      Paul Bolle 提交于
      SoC Audio support for PlayPaq with WM8510 got added in commit 9aaca968
      ("[ALSA] Revised AT32 ASoC Patch"). That support depends on
      BOARD_PLAYPAQ. That Kconfig symbol didn't exist when that support got
      added in v2.6.27. It still doesn't. It has never been possible to even
      build this driver. Drop it.
      Signed-off-by: NPaul Bolle <pebolle@tiscali.nl>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      4ca8af57
  25. 08 10月, 2011 1 次提交
  26. 10 9月, 2011 1 次提交
  27. 10 6月, 2011 1 次提交
  28. 08 6月, 2011 1 次提交