1. 07 4月, 2014 1 次提交
  2. 26 3月, 2014 3 次提交
  3. 25 3月, 2014 5 次提交
  4. 24 3月, 2014 1 次提交
  5. 23 3月, 2014 1 次提交
  6. 22 3月, 2014 3 次提交
  7. 20 3月, 2014 3 次提交
  8. 19 3月, 2014 5 次提交
  9. 18 3月, 2014 6 次提交
  10. 17 3月, 2014 1 次提交
  11. 15 3月, 2014 4 次提交
  12. 14 3月, 2014 5 次提交
  13. 13 3月, 2014 2 次提交
    • 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
    • L
      ASoC: s6105-ipcam: Convert to table based DAPM setup · b92af2b8
      Lars-Peter Clausen 提交于
      Use table based setup to register the DAPM widgets and routes. This on one hand
      makes the code a bit shorter and cleaner and on the other hand the board level
      DAPM elements get registered in the card's DAPM context rather than in the
      CODEC's DAPM context.
      
      While we are at it also remove the snd_soc_dapm_enable_pin() in the init
      callback, since pins are enabled by default. Also drop the snd_soc_dapm_sync()
      calls, since they are ignored by the core anyway until the card has been fully
      instantiated.
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      b92af2b8