Skip to content
  1. Feb 09, 2010
    • Jody Bruchon's avatar
      ALSA: hda-intel: Avoid divide by zero crash · fed08d03
      Jody Bruchon authored
      
      
      On my AMD780V chipset, hda_intel.c can crash the kernel with a divide by
      zero
      for as-yet unknown reasons. A simple check for zero prevents it, though
      the problem that causes it remains. Since the workaround is harmless and
      won't affect anyone except victims of this bug, it should be safe;
      moreover,
      because this crash can be triggered by a user-mode application, there are
      denial of service implications on the systems affected by the bug without
      the patch.
      
      Signed-off-by: default avatarJody Bruchon <jody@nctritech.com>
      Cc: <stable@kernel.org>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      fed08d03
  2. Feb 05, 2010
  3. Jan 27, 2010
  4. Jan 25, 2010
  5. Jan 20, 2010
  6. Jan 19, 2010
  7. Jan 17, 2010
  8. Jan 15, 2010
    • Kunal Gangakhedkar's avatar
      ALSA: hda - Fix mute led GPIO on HP dv-series notebooks · d38cce70
      Kunal Gangakhedkar authored
      
      
      On my laptop (HP dv6-1110ax), there are no OEM strings in SMBIOS of type
      "HP_Mute_LED*". Hence, the GPIO for the mute button LED doesn't get set
      properly. I didn't find the strings in my cousin's laptop (HP dv9500t CTO)
      either.
      
      As per the documentation of find_mute_led_gpio(), these strings occur
      in HP B-series systems - so, before scanning the SMBIOS strings, we need to
      check if we're dealing with a B-series system.
      Need to get confirmation from HP if this logic takes care of all the
      systems. I'm trying to poke a friend there.
      
      Signed-off-by: default avatarKunal Gangakhedkar <kunal.gangakhedkar@gmail.com>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      d38cce70
  9. Jan 14, 2010
  10. Jan 13, 2010
  11. Jan 12, 2010
Loading