1. 21 7月, 2016 2 次提交
  2. 15 7月, 2016 2 次提交
  3. 14 7月, 2016 1 次提交
  4. 12 7月, 2016 5 次提交
  5. 08 7月, 2016 1 次提交
  6. 07 7月, 2016 2 次提交
  7. 04 7月, 2016 3 次提交
  8. 01 7月, 2016 4 次提交
  9. 30 6月, 2016 2 次提交
    • S
      ASoC: max98504: Add max98504 speaker amplifier driver · 4c5d1469
      Sylwester Nawrocki 提交于
      This patch adds driver for the MAX98504 speaker amplifier.  The MAX98504
      is a high efficiency mono class D amplifier that features an integrated
      boost converter with voltage and current sensing ADCs for Dynamic Speaker
      Management.
      This driver does not include support for the I2S DAI, as we wouldn't be
      able  to test such code in a hardware configuration where the amplifier
      has only wired the analogue input.
      Signed-off-by: NInha Song <ideal.song@samsung.com>
      [k.kozlowski: rebased on 4.1]
      Signed-off-by: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
      [s.nawrocki: removed unused macro definitions, rewrote regulator supply
       related parts, rewrote regmap configuration code, added support for speaker
       enable and global chip enable through DAPM, rewritten as component driver,
       added PDM DAI definition and TDM callbacks for PDM channels configuration]
      Signed-off-by: NSylwester Nawrocki <s.nawrocki@samsung.com>
      --
      Changes since v2:
       - added parsing of the VBAT brownout DT properties,
       - removed MAX98504_REG_SPEAKER_SOURCE_SELECT register initialization,
       - removed unused macro definitions.
      
      Changes since v1:
       - none.
      
      Changes since initial version:
       - added regulator supply handling,
       - added DAPM widges for speaker source selection,
       - added PDM DAI definition and TDM callbacks for setting up active
         PDM Tx channels and I/V sense ADC data mapping,
       - removed all optional DT properties, added regulator supply properties
         in the DT binding.
      Signed-off-by: NMark Brown <broonie@kernel.org>
      4c5d1469
    • A
      ASoC: cs35l33: mark PM functions as __maybe_unused · 20f12f2c
      Arnd Bergmann 提交于
      The newly added cs35l33 driver produces a harmless warning when
      CONFIG_PM is disabled:
      
      sound/soc/codecs/cs35l33.c:908:12: error: 'cs35l33_runtime_suspend' defined but not used [-Werror=unused-function]
      sound/soc/codecs/cs35l33.c:868:12: error: 'cs35l33_runtime_resume' defined but not used [-Werror=unused-function]
      
      This adds __maybe_unused annotations to shut up the warning
      regardless of the configuration.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NPaul Handrigan <Paul.Handrigan@cirrus.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      20f12f2c
  10. 29 6月, 2016 2 次提交
  11. 28 6月, 2016 3 次提交
  12. 27 6月, 2016 1 次提交
    • V
      ASoC: hdac_hdmi: Increase loglevel of hex dump printed · 3cb7cec1
      Vedang Patel 提交于
      The hdac_hdmi codec driver prints the ELD information everytime an
      external monitor is connected. Make it so that the information is only
      printed when someone trying to debug the driver explicitly enables it.
      
      print_hex_dump_bytes (which just calls print_hex_dump) uses
      printk(KERN_DEBUG,... which is different from dev_dbg used elsewhere in
      the driver: it's always enabled at compile-time. Change it to
      print_hex_dump_debug for logging consistency.
      Signed-off-by: NVedang Patel <vedang.patel@intel.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      3cb7cec1
  13. 26 6月, 2016 4 次提交
  14. 24 6月, 2016 1 次提交
  15. 23 6月, 2016 4 次提交
  16. 22 6月, 2016 3 次提交