1. 25 8月, 2012 1 次提交
  2. 10 8月, 2012 1 次提交
  3. 19 7月, 2012 1 次提交
  4. 16 7月, 2012 2 次提交
  5. 04 7月, 2012 1 次提交
  6. 20 6月, 2012 1 次提交
  7. 12 5月, 2012 1 次提交
  8. 08 5月, 2012 2 次提交
  9. 01 5月, 2012 1 次提交
  10. 19 4月, 2012 1 次提交
  11. 17 4月, 2012 1 次提交
  12. 17 3月, 2012 1 次提交
  13. 04 3月, 2012 1 次提交
  14. 03 3月, 2012 1 次提交
    • K
      ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XX · b130d5c2
      Kukjin Kim 提交于
      This patch changes the ARCH name to "ARCH_S3C24XX" for Samsung
      S3C2410, S3C2412, S3C2413, S3C2416, S3C2440, S3C2442, S3C2443,
      and S3C2450 SoCs so that we can merge the mach-xxx directories
      and plat-s3c24xx dir. to just one mach-s3c24xx for them.
      
      I think this should be sent to upstream via samsung tree because
      this touches many samsung stuff.
      
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Cc: Richard Purdie <rpurdie@rpsys.net>
      Cc: Chris Ball <cjb@laptop.org>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Greg Kroah-Hartman <gregkh@suse.de>
      [for the gadget part:]
      Acked-by: NFelipe Balbi <balbi@ti.com>
      [for the framebuffer (video) part:]
      Acked-by: NFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
      [For the watchdog-part:]
      Acked-by: NWim Van Sebroeck <wim@iguana.be>
      Cc: Sangbeom Kim <sbkim73@samsung.com>
      Cc: Liam Girdwood <lrg@ti.com>
      Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      b130d5c2
  15. 01 3月, 2012 2 次提交
  16. 06 2月, 2012 1 次提交
  17. 04 2月, 2012 1 次提交
    • L
      ASoC: core: Add support for DAI and machine kcontrols. · 022658be
      Liam Girdwood 提交于
      Currently ASoC can only add kcontrols using codec and platform component device
      handles. It's also desirable to add kcontrols for DAIs (i.e. McBSP) and for
      SoC card machine drivers too. This allows the kcontrol to have a direct handle to
      the parent ASoC component DAI/SoC Card/Platform/Codec device and hence easily
      get it's private data.
      
      This change makes snd_soc_add_controls() static and wraps it in the folowing
      calls (card and dai are new) :-
      
      snd_soc_add_card_controls()
      snd_soc_add_codec_controls()
      snd_soc_add_dai_controls()
      snd_soc_add_platform_controls()
      
      This patch also does a lot of small mechanical changes in individual codec drivers
      to replace snd_soc_add_controls() with snd_soc_add_codec_controls().
      
      It also updates the McBSP DAI driver to use snd_soc_add_dai_controls().
      
      Finally, it updates the existing machine drivers that register controls to either :-
      
      1) Use snd_soc_add_card_controls() where no direct codec control is required.
      2) Use snd_soc_add_codec_controls() where there is direct codec control.
      
      In the case of 1) above we also update the machine drivers to get the correct
      component data pointers from the kcontrol (rather than getting the machine pointer
      via the codec pointer).
      Signed-off-by: NLiam Girdwood <lrg@ti.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      022658be
  18. 30 1月, 2012 1 次提交
  19. 20 1月, 2012 1 次提交
  20. 09 1月, 2012 1 次提交
  21. 08 1月, 2012 1 次提交
  22. 23 12月, 2011 1 次提交
  23. 22 12月, 2011 1 次提交
  24. 20 12月, 2011 1 次提交
  25. 14 12月, 2011 2 次提交
  26. 12 12月, 2011 1 次提交
  27. 08 12月, 2011 3 次提交
    • A
      ASoC: Fix a typo in s3c24xx_simtec_tlv320aic23 driver · c1496b4a
      Axel Lin 提交于
      Fix a typo introduced by commit e00c3f55
      "ASoC: Convert Samsung directory to module_platform_driver".
      
      This fixes the build error:
        CC      sound/soc/samsung/s3c24xx_simtec_tlv320aic23.o
      sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c: In function 'simtec_audio_tlv320aic32_driver_init':
      sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c:105: error: 'simtec_audio_tlv320aic32_driver' undeclared (first use in this function)
      sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c:105: error: (Each undeclared identifier is reported only once
      sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c:105: error: for each function it appears in.)
      sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c: In function 'simtec_audio_tlv320aic32_driver_exit':
      sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c:105: error: 'simtec_audio_tlv320aic32_driver' undeclared (first use in this function)
      make[3]: *** [sound/soc/samsung/s3c24xx_simtec_tlv320aic23.o] Error 1
      make[2]: *** [sound/soc/samsung] Error 2
      make[1]: *** [sound/soc] Error 2
      make: *** [sound] Error 2
      
      I think we had better naming it with *driver, thus I change
      it to simtec_audio_tlv320aic23_driver.
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      c1496b4a
    • A
      ASoC: Include linux/module.h for smdk2443_wm9710 · 974edd30
      Axel Lin 提交于
      Include linux/module.h to fix below build error:
        CC      sound/soc/samsung/smdk2443_wm9710.o
      sound/soc/samsung/smdk2443_wm9710.c:64: error: expected declaration specifiers or '...' before string constant
      sound/soc/samsung/smdk2443_wm9710.c:64: warning: data definition has no type or storage class
      sound/soc/samsung/smdk2443_wm9710.c:64: warning: type defaults to 'int' in declaration of 'MODULE_AUTHOR'
      sound/soc/samsung/smdk2443_wm9710.c:64: warning: function declaration isn't a prototype
      sound/soc/samsung/smdk2443_wm9710.c:65: error: expected declaration specifiers or '...' before string constant
      sound/soc/samsung/smdk2443_wm9710.c:65: warning: data definition has no type or storage class
      sound/soc/samsung/smdk2443_wm9710.c:65: warning: type defaults to 'int' in declaration of 'MODULE_DESCRIPTION'
      sound/soc/samsung/smdk2443_wm9710.c:65: warning: function declaration isn't a prototype
      sound/soc/samsung/smdk2443_wm9710.c:66: error: expected declaration specifiers or '...' before string constant
      sound/soc/samsung/smdk2443_wm9710.c:66: warning: data definition has no type or storage class
      sound/soc/samsung/smdk2443_wm9710.c:66: warning: type defaults to 'int' in declaration of 'MODULE_LICENSE'
      sound/soc/samsung/smdk2443_wm9710.c:66: warning: function declaration isn't a prototype
      make[3]: *** [sound/soc/samsung/smdk2443_wm9710.o] Error 1
      make[2]: *** [sound/soc/samsung] Error 2
      make[1]: *** [sound/soc] Error 2
      make: *** [sound] Error 2
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      974edd30
    • A
      ASoC: Fix a typo in jive_wm8750 · 68264d2a
      Axel Lin 提交于
      Fix a typo in jive_wm8750 that introduces below build error.
      Also removes an unused err variable.
      
        CC      sound/soc/samsung/jive_wm8750.o
      sound/soc/samsung/jive_wm8750.c: In function 'jive_wm8750_init':
      sound/soc/samsung/jive_wm8750.c:104: warning: unused variable 'err'
      sound/soc/samsung/jive_wm8750.c: At top level:
      sound/soc/samsung/jive_wm8750.c:134: error: unknown field 'dapm_widgtets' specified in initializer
      sound/soc/samsung/jive_wm8750.c:134: warning: initialization from incompatible pointer type
      make[3]: *** [sound/soc/samsung/jive_wm8750.o] Error 1
      make[2]: *** [sound/soc/samsung] Error 2
      make[1]: *** [sound/soc] Error 2
      make: *** [sound] Error 2
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      68264d2a
  28. 07 12月, 2011 1 次提交
  29. 04 12月, 2011 1 次提交
    • A
      ASoC: Make SND_SOC_LITTLEMILL select MFD_WM8994 · dd85ecc2
      Axel Lin 提交于
      SND_SOC_LITTLEMILL selects SND_SOC_WM8994, but SND_SOC_WM8994 needs MFD_WM8994.
      Thus we need to select MFD_WM8994 to fix below build error:
      
        LD      .tmp_vmlinux1
      sound/built-in.o: In function `wm8994_write':
      sound/soc/codecs/wm8994.c:201: undefined reference to `wm8994_reg_write'
      sound/built-in.o: In function `wm8994_read':
      sound/soc/codecs/wm8994.c:222: undefined reference to `wm8994_reg_read'
      sound/built-in.o: In function `wm8994_resume':
      sound/soc/codecs/wm8994.c:2847: undefined reference to `wm8994_reg_read'
      sound/built-in.o: In function `wm8994_codec_probe':
      sound/soc/codecs/wm8994.c:3501: undefined reference to `wm8994_reg_read'
      sound/soc/codecs/wm8994.c:3660: undefined reference to `wm8994_reg_read'
      sound/soc/codecs/wm8994.c:3672: undefined reference to `wm8994_reg_read'
      sound/built-in.o: In function `wm8958_dsp2_fw':
      sound/soc/codecs/wm8958-dsp2.c:154: undefined reference to `wm8994_bulk_write'
      make: *** [.tmp_vmlinux1] Error 1
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      dd85ecc2
  30. 03 12月, 2011 2 次提交
  31. 01 12月, 2011 1 次提交
  32. 30 11月, 2011 1 次提交
  33. 29 11月, 2011 1 次提交