1. 07 Mar, 2012 4 commits
    • Takashi Iwai's avatar
      ALSA: hda - Set codec to D3 forcibly even if not used · 785f857d
      Takashi Iwai authored
      We've seen a problem with a pop-noise at suspend/resume on a HP
      machine with ALC269, and it turned out to be an issue that the
      controller going to D3 while the codec is unused.
      
      When the device is once suspended and resumed and kept unused, the
      driver doesn't initialize the codecs.  Instead, the codec chips are
      set up dynamically at the first usage.  Now, suppose the device going
      to suspend again before the codec is set up.  The controller is turned
      off to D3 while the codec chips are untouched.  This caused a pop
      noise because the codec chip might have been turned on implicitly by
      the hardware.
      
      As a workaround, the codec chip needs to be set to D3 when going to
      suspend no matter whether it was used or not.  Also, for making it
      happening, the controller has to be always set up in the resume path.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      785f857d
    • Takashi Iwai's avatar
      ALSA: hda/realtek - Reuse init_hook for ALC269VB coef setup · 546bb678
      Takashi Iwai authored
      Move the currently unused spec->init_hook at the beginning of the init
      sequence so that the recently added ALC269VB coef setup can be put
      there.  The alc_init() is again clean without an ugly check.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      546bb678
    • Takashi Iwai's avatar
      Merge branch 'fix/hda' into topic/hda · fc7a1627
      Takashi Iwai authored
      Conflicts:
      	sound/pci/hda/patch_realtek.c
      fc7a1627
    • Kailang Yang's avatar
      ALSA: hda/realtek - Apply the coef-setup only to ALC269VB · 526af6eb
      Kailang Yang authored
      The coef setup in alc269_fill_coef() was designed only for ALC269VB
      model, and this has some bad effects for other ALC269 variants, such
      as turning off the external mic input.  Apply it only to ALC269VB.
      Signed-off-by: default avatarKailang Yang <kailang@realtek.com>
      Cc: <stable@kernel.org>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      526af6eb
  2. 06 Mar, 2012 2 commits
  3. 05 Mar, 2012 1 commit
  4. 04 Mar, 2012 2 commits
  5. 02 Mar, 2012 2 commits
  6. 01 Mar, 2012 1 commit
  7. 29 Feb, 2012 3 commits
  8. 28 Feb, 2012 3 commits
  9. 25 Feb, 2012 2 commits
  10. 23 Feb, 2012 3 commits
  11. 22 Feb, 2012 3 commits
  12. 21 Feb, 2012 9 commits
  13. 20 Feb, 2012 5 commits