Skip to content
  • Linus Torvalds's avatar
    Merge tag 'sound-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound · 39e4edfd
    Linus Torvalds authored
    Pull sound fixes from Takashi Iwai:
     "This update contains a slightly hight amount of changes due to the
      pending ASoC fixes:
    
       - ALSA timer core got a couple of fixes for races between read and
         ioctl, leading to potential read of uninitialized kmalloced memory
    
       - ASoC core fixed the de-registration pattern for use-after-free bug
    
       - The rewrite of probe code in ASoC Intel Skylake for i915 component
    
       - ASoC R-snd got a series of fixes for SSI
    
       - ASoC simple-card, atmel, da7213, and rt286 trivial fixes
    
       - HD-audio ALC269 quirk and rearrangement of quirk table"
    
    * tag 'sound-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:
      ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT
      ALSA: timer: Fix race between read and ioctl
      ALSA: hda/realtek - Reorder ALC269 ASUS quirk entries
      ALSA: hda/realtek: Fix mic and headset jack sense on Asus X705UD
      ASoC: rsnd: fixup parent_clk_name of AUDIO_CLKOUTx
      ASoC: Intel: Skylake: Fix to parse consecutive string tkns in manifest
      ASoC: Intel: Skylake: Fix IPC rx_list corruption
      ASoC: rsnd: SSI PIO adjust to 24bit mode
      MAINTAINERS: Update email address for patches to Wolfson parts
      ASoC: Fix use-after-free at card unregistration
      ASoC: simple-card: fix mic jack initialization
      ASoC: rsnd: don't call free_irq() on Parent SSI
      ASoC: atmel-classd: sync regcache when resuming
      ASoC: rsnd: don't use PDTA bit for 24bit on SSI
      ASoC: da7213: Fix incorrect usage of bitwise '&' operator for SRM check
      rt286: add Thinkpad Helix 2 to force_combo_jack_table
      ASoC: Intel: Skylake: Move i915 registration to worker thread
    39e4edfd