1. 06 5月, 2014 1 次提交
  2. 03 5月, 2014 1 次提交
  3. 01 5月, 2014 1 次提交
    • A
      ASoC: CS42L51 and WM8962 codecs depend on INPUT · a2915d4f
      Arnd Bergmann 提交于
      Building ARM randconfig got into a situation where CONFIG_INPUT
      is turned off and SND_SOC_ALL_CODECS is turned on, which failed
      for two codecs trying to use the input subsystem. Some other
      drivers also select one of these codecs and consequently need an
      explicit dependency added.
      
      Appending to the dependency list seems the easiest way out,
      since this is not a practical limitation. If anyone really
      needs to build these codecs for a kernel with no input support,
      a more sophisticated solution can be implemented.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NXia Kaixu <kaixu.xia@linaro.org>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      a2915d4f
  4. 18 4月, 2014 1 次提交
  5. 16 4月, 2014 1 次提交
  6. 07 4月, 2014 2 次提交
  7. 04 4月, 2014 2 次提交
  8. 01 4月, 2014 5 次提交
  9. 20 3月, 2014 2 次提交
  10. 19 3月, 2014 2 次提交
  11. 18 3月, 2014 3 次提交
  12. 17 3月, 2014 1 次提交
  13. 15 3月, 2014 1 次提交
  14. 14 3月, 2014 3 次提交
  15. 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
    • M
      ASoC: tlv320aic23: Remove spurious bits per word setting · 051389e2
      Mark Brown 提交于
      regmap should handle any byte ordering issues required, it is looking for
      a byte stream from the bus, so don't set 16 bits per word. This is likely
      to have tested out OK due to use of an unmerged SPI controller driver.
      Signed-off-by: NMark Brown <broonie@linaro.org>
      Tested-by: NMax Filippov <jcmvbkbc@gmail.com>
      051389e2
  16. 11 3月, 2014 2 次提交
  17. 10 3月, 2014 2 次提交
  18. 09 3月, 2014 8 次提交