1. 25 6月, 2013 1 次提交
    • D
      ASoC: adau1701: allow configuration of PLL mode pins · 2352d4bf
      Daniel Mack 提交于
      The ADAU1701 has 2 hardware pins to configure the PLL mode in accordance
      to the MCLK-to-LRCLK ratio. These pins have to be stable before the chip
      is released from reset, and a full reset cycle, including a new firmware
      download is needed whenever they change.
      
      This patch adds GPIO properties to the DT bindings of the Codec, and
      implements makes the set_sysclk memorize the configured sysclk.
      
      Because the run-time parameters are unknown at probe time, the first
      firmware download is postponed to the first hw_params call, when the
      driver can determine the mclk/lrclk divider. Subsequent downloads
      are only issued when the divider configuration changes.
      Signed-off-by: NDaniel Mack <zonque@gmail.com>
      Acked-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      2352d4bf
  2. 25 5月, 2013 1 次提交
  3. 19 4月, 2013 1 次提交
  4. 05 4月, 2013 2 次提交
  5. 25 3月, 2013 1 次提交
    • S
      ASoC: tegra: add Tegra114 support to the AHUB driver · 95d36075
      Stephen Warren 提交于
      Tegra114's AHUB shares a design with Tegra30, with the followin changes:
      * Supports more (10 vs. 4) bi-directional FIFO channels into RAM.
      * Requires a separate block of registers to support the above.
      * Supports more attached clients, i.e. new audio multiplexing and
        de-multiplexing modules.
      * Is affected by more clocks due to the above.
      
      This change fully defines the device tree binding changes required to
      represent these changes, and minimally extends the driver to support
      the new hardware, without exposing any of the new FIFO channels.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      95d36075
  6. 08 3月, 2013 2 次提交
  7. 05 2月, 2013 1 次提交
    • H
      ASoC: tlv320aic3x: Convert mic bias to a supply widget · e2e8bfdf
      Hebbar Gururaja 提交于
      Convert MicBias widgets to supply widget.
      
      On tlv320aic3x, Mic bias power on/off shares the same register bits
      with output mic bias voltage.  So, when power on mic bias, we need
      reclaim it to voltage value.
      
      Provide a new platform data so that the micbias voltage can be sent
      according to board requirement. Now since tlv320aic3x codec driver
      is DT aware, update dt files and functions to handle this new
      "micbias-vg"  platform data.
      
      Because of sharing of bits, when enabling the micbias, voltage also
      needs to be updated. So use SND_SOC_DAPM_POST_PMU & SND_SOC_DAPM_PRE_PMD
      macro to create an event to handle this.
      
      Since micbias is converted to supply widget, updated machine drivers as
      well.
      
      This change is runtime tested on da850-evm with audio loopback
      (arecord|aplay) for confirmation.
      Signed-off-by: NHebbar Gururaja <gururaja.hebbar@ti.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      e2e8bfdf
  8. 29 1月, 2013 2 次提交
  9. 17 1月, 2013 1 次提交
  10. 14 1月, 2013 2 次提交
  11. 10 1月, 2013 1 次提交
  12. 02 1月, 2013 1 次提交
  13. 24 12月, 2012 2 次提交
  14. 29 11月, 2012 1 次提交
  15. 23 11月, 2012 1 次提交
  16. 16 11月, 2012 1 次提交
  17. 15 10月, 2012 2 次提交
  18. 28 9月, 2012 1 次提交
  19. 20 9月, 2012 2 次提交
  20. 06 9月, 2012 1 次提交
  21. 28 8月, 2012 2 次提交
  22. 23 8月, 2012 2 次提交
  23. 16 8月, 2012 1 次提交
  24. 04 8月, 2012 3 次提交
  25. 12 6月, 2012 1 次提交
  26. 23 5月, 2012 2 次提交
  27. 20 5月, 2012 1 次提交
  28. 12 5月, 2012 1 次提交