1. 12 Mar, 2012 2 commits
  2. 09 Mar, 2012 1 commit
    • Takashi Iwai's avatar
      ALSA: hda - Initialize vmaster slave volumes · 18478e8b
      Takashi Iwai authored
      When the driver is changed to use vmaster or a new slave element is
      added by the improvement of the parser code, user may face often the
      silent output because of the muted slave mixer although Master volume
      is properly set.  And they complain.  And I get upset.
      
      Although such a mixer element should be initialized via "alsactl init",
      it'd be more user-friendly if the known output slaves are unmuted and
      set to 0dB so that user can control the volume only with Master as
      default.  Since Master is still set muted as default even with this
      change, no risk of the speaker blow up, too.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      18478e8b
  3. 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
  4. 06 Mar, 2012 2 commits
  5. 05 Mar, 2012 1 commit
  6. 04 Mar, 2012 2 commits
  7. 02 Mar, 2012 2 commits
  8. 01 Mar, 2012 1 commit
  9. 29 Feb, 2012 3 commits
  10. 28 Feb, 2012 3 commits
  11. 25 Feb, 2012 2 commits
  12. 23 Feb, 2012 3 commits
  13. 22 Feb, 2012 3 commits
  14. 21 Feb, 2012 9 commits
  15. 20 Feb, 2012 2 commits
    • Takashi Iwai's avatar
      ALSA: hda/realtek - Add model=fixup not to apply fix-ups · 9155f82a
      Takashi Iwai authored
      If anyone wants to debug the driver and avoid the existing fix-ups,
      pass model=nofixup option.  Then the driver will skip to pick up the
      fixup list.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      9155f82a
    • Takashi Iwai's avatar
      ALSA: hda/realtek - Drop all ALC880 static quirks · 67b6ec31
      Takashi Iwai authored
      Finally the all static quirks for ALC880 are converted to the
      auto-parser.  Since we are never sure whether the BIOS on so many old
      machines are really correct, the quirk table entries are copied as
      they are, but just providing the proper pin-config values
      accordingly.
      
      Since alc880_quirks.c is removed, alc882_quirks.c has to be adjusted
      slightly to be built again.  There might be some compile warnings due
      to the remaining alc882 quirks, but these shall be killed sooner or
      later, I don't care it much at this point.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      67b6ec31