1. 02 3月, 2010 2 次提交
  2. 02 2月, 2010 1 次提交
  3. 16 1月, 2010 1 次提交
    • D
      ASoC: support more sample rates on raumfeld devices · a4212968
      Daniel Mack 提交于
      Add support for sample rates other than 44100Khz on raumfeld audio
      devices. At startup time, call snd_soc_dai_set_sysclk() with 0 as 'freq'
      argument so it offers all the sample rates. Later, the function is
      called again to give proper constraints.
      
      Use the external audio clock generator to provide double data rate
      clocks as the PXA's internal baud generator does anything but what's
      described in the datasheets.
      Signed-off-by: NDaniel Mack <daniel@caiaq.de>
      Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: Timur Tabi <timur@freescale.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      a4212968
  4. 30 11月, 2009 1 次提交
  5. 28 11月, 2009 1 次提交
  6. 15 10月, 2009 1 次提交
  7. 01 10月, 2009 1 次提交
  8. 26 9月, 2009 1 次提交
  9. 21 9月, 2009 1 次提交
  10. 06 9月, 2009 1 次提交
  11. 24 8月, 2009 1 次提交
  12. 14 8月, 2009 1 次提交
  13. 06 8月, 2009 1 次提交
  14. 24 7月, 2009 1 次提交
  15. 02 7月, 2009 1 次提交
  16. 16 6月, 2009 2 次提交
  17. 14 6月, 2009 1 次提交
  18. 12 6月, 2009 1 次提交
  19. 05 6月, 2009 1 次提交
  20. 28 5月, 2009 1 次提交
  21. 15 5月, 2009 5 次提交
  22. 14 5月, 2009 1 次提交
  23. 12 5月, 2009 2 次提交
  24. 05 5月, 2009 1 次提交
  25. 23 4月, 2009 2 次提交
  26. 19 4月, 2009 1 次提交
  27. 17 4月, 2009 1 次提交
  28. 16 4月, 2009 1 次提交
  29. 15 4月, 2009 1 次提交
  30. 13 4月, 2009 1 次提交
    • D
      ASoC: pxa-ssp.c fix clock/frame invert · a8205320
      Daniel Ribeiro 提交于
      SCMODE(0): Data Driven (Falling), Data Sampled (Rising), Idle State (Low)
      SCMODE(1): Data Driven (Rising), Data Sampled (Falling), Idle State (Low)
      SCMODE(2): Data Driven (Rising), Data Sampled (Falling), Idle State (High)
      SCMODE(3): Data Driven (Falling), Data Sampled (Rising), Idle State (High)
      
      SCMODE(3) does not invert the clock polarity compared to the default SCMODE(0).
      
      This patch also adds all possible NF/IF, NB/IB combinations to the DSP_A and
      DSP_B modes.
      Signed-off-by: NDaniel Ribeiro <drwyrm@gmail.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      a8205320
  31. 09 4月, 2009 1 次提交
  32. 07 4月, 2009 1 次提交