1. 11 1月, 2016 5 次提交
  2. 10 1月, 2016 12 次提交
  3. 08 1月, 2016 3 次提交
  4. 07 1月, 2016 1 次提交
    • C
      ASoC: wm5110: Fix PGA clear when disabling DRE · 24338722
      Charles Keepax 提交于
      We don't want to use a bypassed write in wm5110_clear_pga_volume,
      we might disable the DRE whilst the CODEC is powered down. A
      normal regmap_write will always go to the hardware (when not on
      cache_only) even if the written value matches the cache. As using
      a normal write will still achieve the desired behaviour of bring
      the cache and hardware in sync, this patch updates the function
      to use a normal write, which avoids issues when the CODEC is
      powered down.
      Signed-off-by: NCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      Cc: stable@vger.kernel.org
      24338722
  5. 06 1月, 2016 6 次提交
  6. 05 1月, 2016 10 次提交
  7. 04 1月, 2016 3 次提交