Skip to content
  1. Aug 31, 2009
  2. Aug 20, 2009
    • Takashi Iwai's avatar
      ALSA: hda - Fix probe of Toshiba laptops with ALC268 codec · 3abf2f36
      Takashi Iwai authored
      
      
      There are many variants of Toshiba laptops with ALC268 codec, and
      it seems that a few of them don't work with model=toshiba preset
      since they have the secondary ALC268 codec just for HDMI output.
      This is a regression due to the previous clean-up work to merge all
      Toshiba quirk entries into a single check.
      
      This patch adds the identification of such laptops to apply the
      standard BIOS-probing method.  Unfortunately, Toshiba laptops have
      all the same PCI SSID, so we need to check the codec SSID to identify
      each device.
      
      Tested-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      3abf2f36
  3. Aug 19, 2009
  4. Aug 11, 2009
  5. Aug 10, 2009
  6. Aug 03, 2009
  7. Jul 31, 2009
  8. Jul 29, 2009
  9. Jul 28, 2009
  10. Jul 24, 2009
  11. Jul 23, 2009
  12. Jul 22, 2009
  13. Jul 20, 2009
    • Takashi Iwai's avatar
      ALSA: hda - Fix pin-setup for Sony VAIO with STAC9872 codecs · b04add95
      Takashi Iwai authored
      
      
      The recent rewrite of the codec parser for STAC9872 caused a regression
      for some Sony VAIO models that don't give proper pin default configs
      by BIOS.  Even using model=vaio doesn't work because the pin definitions
      are set after the pin overrides.
      
      This patch fixes the pin definitions in patch_stac9872() to be put
      in the right place before the pin overrides.  Also the patch adds the
      new quirk entry for VAIO F/S to have the correct pin default configs.
      
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      Cc: <stable@kernel.org>
      b04add95
    • Hao Song's avatar
      ALSA: hda - Add quirk for Gateway T6834c laptop · 42b95f0c
      Hao Song authored
      
      
      Gateway T6834c laptops need EAPD always on while the default behavior
      for the STAC9205 reference board is to turn it off upon every HP plug.
      By using the special "eapd" model, which is first introduced for Gateway
      T1616 laptops for this same reason, this peculiarity can be properly
      handled.
      
      Signed-off-by: default avatarHao Song <baritono.tux@gmail.com>
      Cc: <stable@kernel.org>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      42b95f0c
  14. Jul 19, 2009
  15. Jul 10, 2009
  16. Jul 09, 2009
  17. Jul 08, 2009
  18. Jul 07, 2009
  19. Jul 05, 2009
  20. Jul 04, 2009
  21. Jul 03, 2009
    • Takashi Iwai's avatar
      ALSA: hda - Improve ASUS eeePC 1000 mixer · aa202455
      Takashi Iwai authored
      
      
      The mixer elements created for ASUS eeePC 1000 with ALC269 aren't
      standard but strange words like "LineOut".  Rename the element names
      to follow the standard one like "Headphone" and "Speaker".
      Also, split the volumes to each so that the virtual master can control
      them.
      
      The alc269_fujitsu_mixer is removed because it's now identical with
      the new eeepc mixer.
      
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      aa202455