1. 12 Aug, 2010 10 commits
  2. 03 Aug, 2010 14 commits
  3. 02 Aug, 2010 5 commits
  4. 29 Jul, 2010 5 commits
  5. 27 Jul, 2010 1 commit
  6. 23 Jul, 2010 1 commit
  7. 21 Jul, 2010 2 commits
  8. 20 Jul, 2010 2 commits
    • Mark Brown's avatar
      ASoC: Unconditionally enable WM8994 AIF1ADC TDM mode · d1ce6b20
      Mark Brown authored
      AIF1ADC TDM mode has no effect other than causing the ADCDAT line to
      be tristated rather than driven low on clock cycles where there is no
      data to be transmitted. If the clock cycle is idle then there should
      be no devices using the data so tristating should have no adverse
      effects.
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
      d1ce6b20
    • Sekhar Nori's avatar
      ASoC: davinci: let platform data define edma queue numbers · 48519f0a
      Sekhar Nori authored
      Currently the EDMA queue to be used by for servicing ASP through
      internal RAM is fixed to EDMAQ_0 and that to service internal RAM
      from external RAM is fixed to EDMAQ_1.
      
      This may not be the desirable configuration on all platforms. For
      example, on DM365, queue 0 has large fifo size and is more suitable
      for video transfers. Having audio and video transfers on the same
      queue may lead to starvation on audio side.
      
      platform data as defined currently passes a queue number to the driver
      but that remains unused inside the driver.
      
      Fix this by defining one queue each for ASP and RAM transfers in the
      platform data and using it inside the driver.
      
      Since EDMAQ_0 maps to 0, thats the queue that will be used if
      the asp queue number is not initialized. None of the platforms
      currently utilize ping-pong transfers through internal RAM so that
      functionality remains unchanged too.
      
      This patch has been tested on DM644x and OMAP-L138 EVMs.
      Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
      Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      48519f0a