1. 11 Jan, 2016 11 commits
    • Mark Brown's avatar
    • Mark Brown's avatar
    • Mark Brown's avatar
    • Mark Brown's avatar
    • Mark Brown's avatar
    • Mark Brown's avatar
      Merge tag 'asoc-v4.5' into asoc-next · fffe9b89
      Mark Brown authored
      ASoC: Updates for v4.5
      
      This is quite a busy release on the driver front with a lot of new
      drivers being added but comparatively quiet on the core side with only
      one big change going in and that a fairly straightforward refactoring.
      
       - Conversion of the array of DAI links to a list by Mengdong Lin,
         supporting dynamically adding and removing DAI links.
       - Some more fixes for the topology code, though it is still not final
         and ready for enabling in production.  We really need to get to the
         point where that can be done.
       - A pile of changes for Intel SkyLake drivers which hopefully deliver
         some useful initial functionality for systems with this chipset,
         though there is more work still to come.
       - New drivers for a number of Imagination Technologies IPs.
       - Lots of new features and cleanups for the Renesas drivers.
       - ANC support for WM5110.
       - New driver for Atmel class D speaker drivers.
       - New drivers for Cirrus CS47L24 and WM1831.
       - New driver for Dialog DA7128.
       - New drivers for Realtek RT5659 and RT56156.
       - New driver for Rockchip RK3036.
       - New driver for TI PC3168A
      
      # gpg: Signature made Wed 23 Dec 2015 00:42:40 GMT using RSA key ID 5D5487D0
      # gpg: Good signature from "Mark Brown <broonie@sirena.org.uk>"
      # gpg:                 aka "Mark Brown <broonie@debian.org>"
      # gpg:                 aka "Mark Brown <broonie@kernel.org>"
      # gpg:                 aka "Mark Brown <broonie@tardis.ed.ac.uk>"
      # gpg:                 aka "Mark Brown <broonie@linaro.org>"
      # gpg:                 aka "Mark Brown <Mark.Brown@linaro.org>"
      # gpg: WARNING: This key is not certified with a trusted signature!
      # gpg:          There is no indication that the signature belongs to the owner.
      # Primary key fingerprint: 3F25 68AA C269 98F9 E813  A1C5 C3F4 36CA 30F5 D8EB
      #      Subkey fingerprint: ADE6 68AA 6757 18B5 9FE2  9FEA 24D6 8B72 5D54 87D0
      fffe9b89
    • Mark Brown's avatar
    • Mark Brown's avatar
    • Mark Brown's avatar
    • Mark Brown's avatar
      Merge tag 'asoc-fix-v4.4-rc8' into asoc-linus · d672e98b
      Mark Brown authored
      ASoC: Last minute fixes for v4.4
      
      A few final fixes for v4.4, the main one being the two patches to the
      new Sky Lake drivers which fix a previous incorrect fix that went in
      during an earlier -rc.
      
      # gpg: Signature made Wed 06 Jan 2016 17:12:57 GMT using RSA key ID 5D5487D0
      # gpg: Good signature from "Mark Brown <broonie@sirena.org.uk>"
      # gpg:                 aka "Mark Brown <broonie@debian.org>"
      # gpg:                 aka "Mark Brown <broonie@kernel.org>"
      # gpg:                 aka "Mark Brown <broonie@tardis.ed.ac.uk>"
      # gpg:                 aka "Mark Brown <broonie@linaro.org>"
      # gpg:                 aka "Mark Brown <Mark.Brown@linaro.org>"
      # gpg: WARNING: This key is not certified with a trusted signature!
      # gpg:          There is no indication that the signature belongs to the owner.
      # Primary key fingerprint: 3F25 68AA C269 98F9 E813  A1C5 C3F4 36CA 30F5 D8EB
      #      Subkey fingerprint: ADE6 68AA 6757 18B5 9FE2  9FEA 24D6 8B72 5D54 87D0
      d672e98b
    • Arnd Bergmann's avatar
      ASoC: hdac_hdmi: remove unused hdac_hdmi_query_pin_connlist · fe09dd8e
      Arnd Bergmann authored
      A recent rework removed the only user of the hdac_hdmi_query_pin_connlist
      function, so we now get a warning when building the hdac_hdmi driver:
      
      hdac_hdmi.c:313:12: warning: 'hdac_hdmi_query_pin_connlist' defined but not used [-Wunused-function]
      
      This removes the function, which makes the file build cleanly again.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Fixes: 15b91447 ("ASoC: hdac_hdmi: Use list to add pins and converters")
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      fe09dd8e
  2. 10 Jan, 2016 17 commits
  3. 08 Jan, 2016 3 commits
  4. 06 Jan, 2016 1 commit
    • Charles Keepax's avatar
      ASoC: wm5110: Fix PGA clear when disabling DRE · 24338722
      Charles Keepax authored
      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: default avatarCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      Cc: stable@vger.kernel.org
      24338722
  5. 05 Jan, 2016 8 commits