1. 09 Oct, 2009 2 commits
    • Peter Ujfalusi's avatar
      ASoC: TPA6130A2 amplifier driver · 493b67ef
      Peter Ujfalusi authored
      Driver for Texas Instruments TPA6130A2 stereo headphone
      amplifier.
      
      The driver provides playback gain control and also pre-defined
      DAPM_HP widgets and DAPM routings for power management.
      
      The DAPM_HP widget names are:
      "TPA6130A2 Headphone Left"
      "TPA6130A2 Headphone Right"
      
      From soc machine drivers to use with the tpa6130a2 amplifier,
      the tpa6130a2_add_controls has to be called, which adds the alsa
      controls and the DAPM routing needed for the tpa6130a2.
      After that the machine driver can connect the codec's output
      with 'TPA6130A2 Left' and 'TPA6130A2 Right':
      
              {"TPA6130A2 Left", NULL, "CODEC LEFT OUT"},
              {"TPA6130A2 Right", NULL, "CODEC RIGHT OUT"},
      
      Internally the left and right channels are powered separately.
      When none of the channels are needed the amplifier is powered
      down:
      hard power: valid GPIO number is passed within platform data
      soft power: Using the software shutdown of the amplifier
      Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@nokia.com>
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      493b67ef
    • Nicolas Ferre's avatar
      ASoC: at91sam9g20ek_2mmc board uses same audio connexion as at91sam9g20ek · 69d2c2ae
      Nicolas Ferre authored
      The modified revision of at91sam9g20 Evaluation Kit rev. C and onwards share
      with previous ones its audio connexion to Wolfson wm8731. Modify the SoC file
      to extend the machine ID checking.
      Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      69d2c2ae
  2. 08 Oct, 2009 1 commit
  3. 06 Oct, 2009 8 commits
  4. 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
  5. 04 Oct, 2009 26 commits
  6. 03 Oct, 2009 1 commit