1. 31 5月, 2014 1 次提交
  2. 26 5月, 2014 4 次提交
  3. 21 5月, 2014 1 次提交
  4. 20 5月, 2014 1 次提交
  5. 06 5月, 2014 3 次提交
  6. 02 5月, 2014 1 次提交
  7. 30 4月, 2014 1 次提交
  8. 23 4月, 2014 4 次提交
  9. 18 4月, 2014 1 次提交
  10. 15 4月, 2014 4 次提交
  11. 04 4月, 2014 1 次提交
  12. 26 3月, 2014 1 次提交
  13. 25 3月, 2014 1 次提交
  14. 22 3月, 2014 1 次提交
  15. 20 3月, 2014 1 次提交
  16. 19 3月, 2014 2 次提交
  17. 13 3月, 2014 1 次提交
    • J
      ASoC: tlv320aic31xx: Add basic codec driver implementation · e00447fa
      Jyri Sarha 提交于
      This commit adds a bare bones driver support for TLV320AIC31XX family
      audio codecs. The driver adds basic stereo playback trough headphone
      and speaker outputs and mono capture trough microphone inputs.
      
      The driver is currently missing support at least for mini DSP features
      and jack detection. I have tested the driver only on TLV320AIC3111,
      but based on the data sheets TLV320AIC3100, TLV320AIC3110, and
      TLV320AIC3120 should work Ok too.
      
      The base for the implementation was taken from:
      git@gitorious.org:ti-codecs/ti-codecs.git ajitk/topics/k3.10.1-aic31xx
      -branch at commit 77504eba0294764e9e63b4a0c696b44db187cd13.
      Signed-off-by: NJyri Sarha <jsarha@ti.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      e00447fa
  18. 06 3月, 2014 3 次提交
    • R
      ASoC: sirf: Add SiRF audio card · af12a31f
      Rongjun Ying 提交于
      This connects platform DAI, SiRF internal audio codec DAI  and
      SiRF auido port DAI together and works as a mach driver.
      Signed-off-by: NRongjun Ying <rongjun.ying@csr.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      af12a31f
    • R
      ASoC: sirf: Add SiRF audio port driver is used by SiRF internal audio codec · a731e217
      Rongjun Ying 提交于
      This driver is used by SIRF internal audio codec.
      Use dedicated SiRF audio port TXFIFO and RXFIFO
      Supports two DMA channels for SiRF audio port TXFIFO and RXFIFO
      The audio port like as audio bus such as i2s.
      Signed-off-by: NRongjun Ying <rongjun.ying@csr.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      a731e217
    • R
      ASoC: sirf: Add SiRF internal audio codec driver · f516e368
      Rongjun Ying 提交于
      SiRF internal audio codec is integrated in SiRF atlas6 and prima2 SoC.
      Features include:
      1. Stereo DAC and ADC with 16-bit resolution amd 48KHz sample rate
      2. Support headphone and/or speaker output
      3. Integrate headphone and speaker output amp
      4. Support LINE and MIC input
      5. Support single ended and differential input mode
      Signed-off-by: NRongjun Ying <rongjun.ying@csr.com>
      --v5:
      1. Drop all inlines.
      2. Reordering the Kconfig and Makefile
      3. Remove the sirf_audio_codec_reg_bits struct, use the new controls instead it.
      4. Add some SND_SOC_DAPM_OUT_DRV instead of HP and SPK enable driver
      5. Add audio codec clock supply instead of adc event callback
      6. Fixed playback and capture can't concurrent work bug.
      
      --
       .../devicetree/bindings/sound/sirf-audio-codec.txt |   17 +
       sound/soc/codecs/Kconfig                           |    5 +
       sound/soc/codecs/Makefile                          |    1 +
       sound/soc/codecs/sirf-audio-codec.c                |  533 ++++++++++++++++++++
       sound/soc/codecs/sirf-audio-codec.h                |   75 +++
       5 files changed, 631 insertions(+), 0 deletions(-)
       create mode 100644 Documentation/devicetree/bindings/sound/sirf-audio-codec.txt
       create mode 100644 sound/soc/codecs/sirf-audio-codec.c
       create mode 100644 sound/soc/codecs/sirf-audio-codec.h
      Signed-off-by: NMark Brown <broonie@linaro.org>
      f516e368
  19. 03 3月, 2014 1 次提交
  20. 27 2月, 2014 1 次提交
  21. 23 2月, 2014 4 次提交
  22. 15 2月, 2014 1 次提交
  23. 12 2月, 2014 1 次提交