1. 30 1月, 2012 1 次提交
  2. 09 1月, 2012 1 次提交
  3. 08 1月, 2012 1 次提交
  4. 23 12月, 2011 1 次提交
  5. 22 12月, 2011 1 次提交
  6. 20 12月, 2011 1 次提交
  7. 14 12月, 2011 2 次提交
  8. 12 12月, 2011 1 次提交
  9. 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
  10. 07 12月, 2011 1 次提交
  11. 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
  12. 03 12月, 2011 2 次提交
  13. 01 12月, 2011 1 次提交
  14. 30 11月, 2011 1 次提交
  15. 29 11月, 2011 2 次提交
  16. 28 11月, 2011 1 次提交
  17. 25 11月, 2011 1 次提交
  18. 24 11月, 2011 1 次提交
  19. 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
    • B
      ASoC: SAMSUNG: Fix build error · 3d94a2a5
      Boojin Kim 提交于
      This patch adds <linux/modules.h> to fix following build errors.
      
      sound/soc/codecs/wm8994.c: In function 'wm8994_readable':
      sound/soc/codecs/wm8994.c:58: warning: unused variable 'wm8994'
      sound/soc/samsung/smdk_wm8994.c:176: error: expected declaration specifiers or '...' before string constant
      sound/soc/samsung/smdk_wm8994.c:176: warning: data definition has no type or storage class
      sound/soc/samsung/smdk_wm8994.c:176: warning: type defaults to 'int' in declaration of 'MODULE_DESCRIPTION'
      sound/soc/samsung/smdk_wm8994.c:176: warning: function declaration isn't a prototype
      sound/soc/samsung/smdk_wm8994.c:177: error: expected declaration specifiers or '...' before string constant
      Signed-off-by: NBoojin Kim <boojin.kim@samsung.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      3d94a2a5
  20. 10 11月, 2011 1 次提交
  21. 01 11月, 2011 1 次提交
  22. 31 10月, 2011 1 次提交
  23. 11 10月, 2011 1 次提交
  24. 10 10月, 2011 6 次提交
  25. 08 10月, 2011 1 次提交
  26. 04 10月, 2011 2 次提交
    • M
      ASoC: Flush Samsung DMA on free · 2ca95769
      Mark Brown 提交于
      Ever since it was written the Samsung DMA driver has had a TODO in the
      hw_free() function wondering if we need to flush the DMA buffers. Up until
      now the answer has been no but with the recent improvements Boojin has
      done to the DMA infrastructure for the Samsung port the answer has changed
      to yes for at least S3C6410 systems.
      
      If we don't then when we next prepare() the channel the API will get
      confused trying to run callbacks on the transfers hanging around from the
      previous time the stream was open and oops.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NBoojin Kim <boojin.kim@samsung.com>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      2ca95769
    • A
      ASoC: samsung: s3c-i2s-v2.c needs module.h · f3a54a28
      Axel Lin 提交于
      Include <linux/module.h> to fix below build error:
      
        CC      sound/soc/samsung/s3c-i2s-v2.o
      sound/soc/samsung/s3c-i2s-v2.c:573: warning: data definition has no type or storage class
      sound/soc/samsung/s3c-i2s-v2.c:573: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
      sound/soc/samsung/s3c-i2s-v2.c:573: warning: parameter names (without types) in function declaration
      sound/soc/samsung/s3c-i2s-v2.c:638: warning: data definition has no type or storage class
      sound/soc/samsung/s3c-i2s-v2.c:638: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
      sound/soc/samsung/s3c-i2s-v2.c:638: warning: parameter names (without types) in function declaration
      sound/soc/samsung/s3c-i2s-v2.c:677: warning: data definition has no type or storage class
      sound/soc/samsung/s3c-i2s-v2.c:677: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
      sound/soc/samsung/s3c-i2s-v2.c:677: warning: parameter names (without types) in function declaration
      sound/soc/samsung/s3c-i2s-v2.c: In function 's3c_i2sv2_register_dai':
      sound/soc/samsung/s3c-i2s-v2.c:736: warning: initialization discards qualifiers from pointer target type
      sound/soc/samsung/s3c-i2s-v2.c: At top level:
      sound/soc/samsung/s3c-i2s-v2.c:754: warning: data definition has no type or storage class
      sound/soc/samsung/s3c-i2s-v2.c:754: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
      sound/soc/samsung/s3c-i2s-v2.c:754: warning: parameter names (without types) in function declaration
      sound/soc/samsung/s3c-i2s-v2.c:756: error: expected declaration specifiers or '...' before string constant
      sound/soc/samsung/s3c-i2s-v2.c:756: warning: data definition has no type or storage class
      sound/soc/samsung/s3c-i2s-v2.c:756: warning: type defaults to 'int' in declaration of 'MODULE_LICENSE'
      sound/soc/samsung/s3c-i2s-v2.c:756: warning: function declaration isn't a prototype
      make[3]: *** [sound/soc/samsung/s3c-i2s-v2.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>
      f3a54a28
  27. 03 10月, 2011 2 次提交