1. 15 Oct, 2009 3 commits
    • Peter Ujfalusi's avatar
      ASoC: Codec driver for Texas Instruments tlv320dac33 codec · c8bf93f0
      Peter Ujfalusi authored
      Driver for Texas Instruments TLV320DAC33 (SLAS546) low power stereo
      audio DAC.
      
      TLV320DAC33 is a stereo audio codec with integrated 24KB FIFO for low
      power audio playback.
      
      The digital interface can use I2S, DSP (A or B), Right and Left
      justified formats.
      DAC33 has stereo analog input, which can be bypassed to the analog
      outputs.
      
      Regarding to the internal 24KB FIFO the driver implements 'FIFO bypass'
      mode (default) and nSample mode (FIFO is in use).
      a) In 'FIFO bypass' mode the internal FIFO is not in use, the codec is
      working synchronously as a normal codec (it needs constant stream of
      data on the digital interface).
      
      b) The nSample mode implementation uses one interrupt line from DAC33 to
      the host:
      Alarm threshold is set to 10ms of audio data (limit by the driver
      implementation).
      DAC33 will signal an interrupt, when the FIFO level goes under the
      Alarm threshold.
      The host will write to nSample register a value (number of stereo
      samples), to tell DAC33 how many samples it should read in a burst from
      the host. When the DAC33 received the number of samples, it disables the
      clocks on the I2S bus. When the FIFO use again goes under the Alarm
      threshold, DAC33 signals the host with an interrupt, and the process is
      repeated.
      Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@nokia.com>
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      c8bf93f0
    • Igor Grinberg's avatar
      ASoC: finally enable support for eXeda and CM-X300 · 640fb39e
      Igor Grinberg authored
      Signed-off-by: default avatarIgor Grinberg <grinberg@compulab.co.il>
      Signed-off-by: default avatarMike Rapoport <mike@compulab.co.il>
      CC: Mark Brown <broonie@opensource.wolfsonmicro.com>
      CC: alsa-devel@alsa-project.org
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      640fb39e
    • Mark Brown's avatar
      ASoC: Remove snd_soc_suspend_device() · d2058b0c
      Mark Brown authored
      The PM core will grow pm_link infrastructure in 2.6.33 which can be
      used to implement the intended functionality of the ASoC-specific
      device suspend and resume callbacks so drop them.
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      d2058b0c
  2. 13 Oct, 2009 1 commit
  3. 12 Oct, 2009 1 commit
  4. 09 Oct, 2009 3 commits
  5. 08 Oct, 2009 1 commit
  6. 06 Oct, 2009 8 commits
  7. 05 Oct, 2009 2 commits
    • Mark Brown's avatar
      Merge branch 'for-2.6.32' into for-2.6.33 · d4a8da91
      Mark Brown authored
      d4a8da91
    • Linus Torvalds's avatar
      Linux 2.6.32-rc3 · 374576a8
      Linus Torvalds authored
      I'm skipping -rc2 because the -rc1 Makefile mistakenly said -rc2, so in
      order to avoid confusion, I'm jumping from -rc1 to -rc3.  That way, when
      'uname' (or an oops report) says 2.6.32-rc2, there's no confusion about
      whether people perhaps meant -rc1 or -rc2.
      374576a8
  8. 04 Oct, 2009 21 commits