1. 04 Jan, 2021 1 commit
    • Takashi Iwai's avatar
      ALSA: hda/via: Fix runtime PM for Clevo W35xSS · 4bfd6247
      Takashi Iwai authored
      Clevo W35xSS_370SS with VIA codec has had the runtime PM problem that
      looses the power state of some nodes after the runtime resume.  This
      was worked around by disabling the default runtime PM via a denylist
      entry.  Since 5.10.x made the runtime PM applied (casually) even
      though it's disabled in the denylist, this problem was revisited.  The
      result was that disabling power_save_node feature suffices for the
      runtime PM problem.
      
      This patch implements the disablement of power_save_node feature in
      VIA codec for the device.  It also drops the former denylist entry,
      too, as the runtime PM should work in the codec side properly now.
      
      Fixes: b529ef24 ("ALSA: hda: Add Clevo W35xSS_370SS to the power_save blacklist")
      Reported-by: default avatarChristian Labisch <clnetbox@gmail.com>
      Cc: <stable@vger.kernel.org>
      Link: https://lore.kernel.org/r/20210104153046.19993-1-tiwai@suse.deSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      4bfd6247
  2. 03 Jan, 2021 1 commit
  3. 01 Jan, 2021 1 commit
  4. 31 Dec, 2020 4 commits
  5. 29 Dec, 2020 1 commit
  6. 23 Dec, 2020 3 commits
  7. 22 Dec, 2020 3 commits
  8. 21 Dec, 2020 2 commits
  9. 20 Dec, 2020 1 commit
  10. 18 Dec, 2020 5 commits
  11. 17 Dec, 2020 3 commits
  12. 16 Dec, 2020 1 commit
  13. 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
  14. 12 Dec, 2020 2 commits
  15. 11 Dec, 2020 8 commits