1. 22 Dec, 2020 1 commit
  2. 21 Dec, 2020 2 commits
  3. 20 Dec, 2020 1 commit
  4. 18 Dec, 2020 5 commits
  5. 17 Dec, 2020 3 commits
  6. 16 Dec, 2020 1 commit
  7. 14 Dec, 2020 4 commits
    • Takashi Iwai's avatar
      Merge tag 'asoc-v5.11' of... · 598100be
      Takashi Iwai authored
      Merge tag 'asoc-v5.11' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
      
      ASoC: Updates for v5.11
      
      There's a lot of changes here but mostly cleanups and driver specific
      things, the most user visible change is the support for boot time
      selection of Intel DSP firmware which will make it easier for people to
      move over to the preferred modern implementations in distros and other
      large scale deployments.
      
      This also includes a merge of the new auxillary bus which was done in
      anticipation of use by the Intel DSP drivers which didn't quite make it.
      
       - Lots more cleanups and simplifications from Morimoto-san.
       - Support for some basic DPCM systems in the audio graph card from
         Sameer Pujar.
       - Remove some old pre-DT Freescale drivers for platforms that are now
         DT only.
       - Move selection of which Intel DSP implementation to use to boot time
         rather than requiring it to be selected at build time.
       - Support for Allwinner H6 I2S, Analog Devices ADAU1372, Intel
         Alderlake-S, GMediatek MT8192, NXP i.MX HDMI and XCVR, Realtek RT715,
         Qualcomm SM8250 and simple GPIO based muxes.
      598100be
    • Takashi Iwai's avatar
      ALSA: pcm: oss: Fix potential out-of-bounds shift · 175b8d89
      Takashi Iwai authored
      syzbot spotted a potential out-of-bounds shift in the PCM OSS layer
      where it calculates the buffer size with the arbitrary shift value
      given via an ioctl.
      
      Add a range check for avoiding the undefined behavior.
      As the value can be treated by a signed integer, the max shift should
      be 30.
      
      Reported-by: syzbot+df7dc146ebdd6435eea3@syzkaller.appspotmail.com
      Cc: <stable@vger.kernel.org>
      Link: https://lore.kernel.org/r/20201209084552.17109-2-tiwai@suse.deSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      175b8d89
    • Takashi Iwai's avatar
      ALSA: usb-audio: Fix potential out-of-bounds shift · 43d5ca88
      Takashi Iwai authored
      syzbot spotted a potential out-of-bounds shift in the USB-audio format
      parser that receives the arbitrary shift value from the USB
      descriptor.
      
      Add a range check for avoiding the undefined behavior.
      
      Reported-by: syzbot+df7dc146ebdd6435eea3@syzkaller.appspotmail.com
      Cc: <stable@vger.kernel.org>
      Link: https://lore.kernel.org/r/20201209084552.17109-1-tiwai@suse.deSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      43d5ca88
    • Takashi Iwai's avatar
      Merge branch 'for-linus' into for-next · e5fab13a
      Takashi Iwai authored
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      e5fab13a
  8. 12 Dec, 2020 2 commits
  9. 11 Dec, 2020 21 commits