Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • sound-4.4-rc3
    sound fixes for 4.4-rc3
    
    Here are no big surprises but just all small fixes, mostly
    device-specific quirks for HD-audio and USB-audio:
    - Fix for detection of FireWire DICE Loud devices
    - Intel Broxton HDMI/DP PCI IDs and relevant quirks
    - Noise fixes: Dell XPS13 2015 model, Dell Latitude E6440, Gigabyte
      Z170X mobo
    - Fix the headphone mixer assignment on HP laptops for PulseAudio
    - USB-MIDI fixes for Medeli DD305 and CH345
    - Apply fixup for Acer Aspire One Cloudbook 14
    
  • drm-intel-next-2015-11-20-rebased
    4 weeks because of my vacation, so a bit more:
    - final bits of the typesafe register mmio functions (Ville)
    - power domain fix for hdmi detection (Imre)
    - tons of fixes and improvements to the psr code (Rodrigo)
    - refactoring of the dp detection code (Ander)
    - complete rework of the dmc loader and dc5/dc6 handling (Imre, Patrik and
      others)
    - dp compliance improvements from Shubhangi Shrivastava
    - stop_machine hack from Chris to fix corruptions when updating GTT ptes on bsw
    - lots of fifo underrun fixes from Ville
    - big pile of fbc fixes and improvements from Paulo
    - fix fbdev failures paths (Tvrtko and Lukas Wunner)
    - dp link training refactoring (Ander)
    - interruptible prepare_plane for atomic (Maarten)
    - basic kabylake support (Deepak&Rodrigo)
    - don't leak ringspace on resets (Chris)
  • v4.4-rc2
    1ec21837 · Linux 4.4-rc2 ·
    Linux 4.4-rc2
    
  • v4.4-rc1
    8005c49d · Linux 4.4-rc1 ·
    Linux 4.4-rc1
    
  • sound-fix-4.4-rc1
    sound fixes for 4.4-rc1
    
    Here are a collection of small fixes tha have been gathered for
    4.4-rc1.  The only significant changes are those in PCI drivers
    Kconfig, to use "depends on" instead of "select" for CONFIG_ZONE_DMA.
    A reverse select is often more user-friendly, but in this case, it
    makes hard to manage with the conflict with ZONE_DEVICE, so changed in
    such a way for now.
    
    Others are all small fixes and quirks: an error check in soundcore
    reigster_chrdev(), HD-audio HDMI/DP phantom jack fix, Intel Broxton DP
    quirk, USB-audio DSD device quirk, some constifications, etc.
    
  • sound-4.4-rc1
    sound updates for 4.4-rc1
    
    Here is the first batch of updates for sound system on 4.4-rc1.
    Again at this time, the update looks fairly calm; no big changes in
    either ALSA core or ASoC infrastructures, rather all small cleanups,
    in addition to the new stuff as usual.
    
    The biggest changes are about Firewire sound devices.  It gained lots
    of new device support, and MIDI functionality.  Also there are updates
    for a few still working-in-progress stuff (topology API and ASoC
    skylake), too.  But overall, this update should give no big surprise.
    
    Some highlight is below:
    
    Core:
     - A few more Kconfig items for tinification; it's marked as EXPERT,
       so normal user should't be bothered :)
     - Refactoring with a new PCM hw_constraint helper
     - Removal of unused transfer_ack_{begin,end} PCM callbacks
    
    Firewire:
     - Restructuring of code subtree, lots of refactoring
     - Support AMDTP variants
     - New driver for Digidesign 002/003 family
     - Adds support for TASCAM FireOne to ALSA OXFW driver
     - Add MIDI support to TASCAM and Digi00x devices
    
    HD-Audio:
     - Automated modalias generation for codec drivers, finally
     - Improvement on heuristics for setting mixer name
     - A few fixes for longstanding bugs on Creative CA0132 cards
     - Addition of audio rate callback with i915 communication
     - Fix suspend issue on recent Dell XPS
     - Intel Lewisburg controller support
    
    ASoC:
     - Updates to the topology userspace interface
     - Big updates to the Renesas support (rcar)
     - More updates for supporting Intel Sky Lake systems
     - New drivers for Asahi Kasei Microdevices AK4613, Allwinnner A10,
       Cirrus Logic WM8998, Dialog DA7219, Nuvoton NAU8825, Rockchip
       S/PDIF, and Atmel class D amplifier
    
    USB-Audio:
     - A fix for newer Roland MIDI devices
     - Quirks and workarounds for Zoom R16/24 device
    
    Misc:
     - A few fixes for some old Cirrus CS46xx PCI sound boards
     - Yet another fixes for some old ESS Maestro3 PCI sound boards
    
  • v4.3
    6a13feb9 · Linux 4.3 ·
    Linux 4.3
    
  • v4.3-rc7
    32b88194 · Linux 4.3-rc7 ·
    Linux 4.3-rc7
    
  • drm-intel-next-2015-10-23
    - 2nd attempt at atomic watermarks from Matt, but just prep for now
    - fixes all over
  • sound-4.3-rc7
    sound fixes for 4.3-rc7
    
    There is nothing to worry you much, only a few small & stable patches
    are found for usual stuff, HD-audio (a Lenovo laptop quirk, a fix for
    minor error handling) and ASoC (trivial fixes for RT298 and WM
    codecs).  The only remaining major change is the fix for ASoC SX_TLV
    control that was overseen during refactoring, but the fix itself is
    trivial and safe.
    
  • v4.3-rc6
    7379047d · Linux 4.3-rc6 ·
    Linux 4.3-rc6
    
  • v4.3-rc5
    25cb62b7 · Linux 4.3-rc5 ·
    Linux 4.3-rc5
    
  • drm-intel-next-2015-10-10
    - dmc fixes from Animesh (not yet all) for deeper sleep states
    - piles of prep patches from Ville to make mmio functions type-safe
    - more fbc work from Paulo all over
    - w/a shuffling from Arun Siluvery
    - first part of atomic watermark updates from Matt and Ville (later parts had to
      be dropped again unfortunately)
    - lots of patches to prepare bxt dsi support ( Shashank Sharma)
    - userptr fixes from Chris
    - audio rate interface between i915/snd_hda plus kerneldoc (Libin Yang)
    - shrinker improvements and fixes (Chris Wilson)
    - lots and lots of small patches all over
  • sound-4.3-rc5
    sound fixes for 4.3-rc5
    
    We see various small fixes, but nothing looks too scary, all are
    small gentle bug fixes:
    - Most of changes are for ASoC codecs: Realtek, SGTL5000, TAS2552,
      TLV320, WM8962
    - A couple of dwc and imx-ssi fixes
    - Usual oneliner HD-audio quirks
    - An old emux synth code fix
    
  • v4.3-rc4
    049e6dde · Linux 4.3-rc4 ·
    Linux 4.3-rc4
    
  • drm-intel-next-2015-09-28
    - fastboot by default for some systems (Maarten Lankhorts)
    - piles of workarounds for bxt and skl
    - more fbc work from Paulo
    - fix hdmi hotplug detection (Sonika)
    - first few patches from Ville to parametrize register macros, prep work for
      typesafe mmio functions
    - prep work for nv12 rotation (Tvrtko Ursulin)
    - various other bugfixes and improvements all over
  • v4.3-rc3
    9ffecb10 · Linux 4.3-rc3 ·
    Linux 4.3-rc3
    
  • sound-4.3-rc3
    sound fixes for 4.3-rc3
    
    This ended up with a larger set of fixes than wished, unfortunately.
    As diffstat shows, the majority of changes are for various ASoC
    drivers (Realtek, Wolfson codec drivers, etc), in addition to a couple
    of HD-audio regression fixes.  All these are reasonably small and
    nothing to scare much.
    
  • v4.3-rc2
    1f93e4a9 · Linux 4.3-rc2 ·
    Linux 4.3-rc2
    
  • v4.3-rc1
    6ff33f39 · Linux 4.3-rc1 ·
    Linux 4.3-rc1