1. 19 1月, 2010 1 次提交
  2. 12 1月, 2010 1 次提交
  3. 18 12月, 2009 1 次提交
  4. 05 12月, 2009 2 次提交
  5. 04 12月, 2009 2 次提交
  6. 26 11月, 2009 1 次提交
  7. 23 11月, 2009 2 次提交
  8. 18 11月, 2009 1 次提交
    • K
      ALSA: cs4236: update control names · b753e03e
      Krzysztof Helt 提交于
      Update control names to be more closer to their meaning.
      Change the "Mono" name to the "Beep" as this line is usually
      used to forward the PC beeper signal to sound card's output.
      Update names for both cs423x and wss.
      
      Clean up cs4235 controls according to the cs4235 doc. Rename
      some of the cs4235 controls to be consistent with the cs4236's
      ones.
      
      Also, delete one misnamed cs4231 register define.
      Signed-off-by: NKrzysztof Helt <krzysztof.h1@wp.pl>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      b753e03e
  9. 13 11月, 2009 2 次提交
  10. 10 11月, 2009 2 次提交
  11. 06 11月, 2009 3 次提交
  12. 04 11月, 2009 2 次提交
  13. 15 10月, 2009 2 次提交
    • P
      ASoC: Codec driver for Texas Instruments tlv320dac33 codec · c8bf93f0
      Peter Ujfalusi 提交于
      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: NPeter Ujfalusi <peter.ujfalusi@nokia.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      c8bf93f0
    • M
      ASoC: Remove snd_soc_suspend_device() · d2058b0c
      Mark Brown 提交于
      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: NMark Brown <broonie@opensource.wolfsonmicro.com>
      d2058b0c
  14. 10 10月, 2009 1 次提交
    • P
      ASoC: TPA6130A2 amplifier driver · 493b67ef
      Peter Ujfalusi 提交于
      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: NPeter Ujfalusi <peter.ujfalusi@nokia.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      493b67ef
  15. 06 10月, 2009 1 次提交
  16. 02 10月, 2009 1 次提交
  17. 01 10月, 2009 2 次提交
  18. 28 9月, 2009 1 次提交
  19. 21 9月, 2009 3 次提交
  20. 13 9月, 2009 1 次提交
  21. 09 9月, 2009 1 次提交
    • M
      ASoC: Allow per-route connectedness checks for supplies · 215edda3
      Mark Brown 提交于
      Some chips with complex internal supply (particularly clocking)
      arragements may have multiple options for some of the supply
      connections. Since these don't affect user-visible audio routing
      the expectation would be that they would be managed automatically
      by one of the drivers.
      
      Support these users by allowing routes to have a connected function
      which is queried before the connectedness of the path is checked as
      normal. Currently this is only done for supplies, other widgets
      could be supported but are not currently since the expectation for
      them is that audio routing will be under the control of userspace.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      215edda3
  22. 08 9月, 2009 2 次提交
  23. 07 9月, 2009 3 次提交
  24. 06 9月, 2009 1 次提交
  25. 03 9月, 2009 1 次提交