1. 15 Sep, 2009 1 commit
    • Takashi Iwai's avatar
      ALSA: hda - Fix IDT92HD83* codec setup · 44da531e
      Takashi Iwai authored
      Remove unnecessary (and buggy) init sequences left for IDT92HD83*
      codecs in the previous fixes.  The DACs are now dynamically connected,
      thus shouldn't be set statically in init verbs.  Also, the mono_nid
      is detected dynamically, thus shouldn't be set staticaly, too.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      44da531e
  2. 14 Sep, 2009 4 commits
  3. 11 Sep, 2009 1 commit
  4. 08 Sep, 2009 1 commit
  5. 07 Sep, 2009 1 commit
  6. 02 Sep, 2009 1 commit
  7. 01 Sep, 2009 5 commits
  8. 31 Aug, 2009 6 commits
  9. 28 Aug, 2009 1 commit
  10. 27 Aug, 2009 1 commit
  11. 25 Aug, 2009 8 commits
  12. 24 Aug, 2009 2 commits
  13. 19 Aug, 2009 5 commits
  14. 18 Aug, 2009 1 commit
    • Takashi Iwai's avatar
      ALSA: hda - Fix invalid capture mixers with some ALC268 models · fdbc6626
      Takashi Iwai authored
      The auto-mic clean-up patches caused regressions on some ALC268 models
      that have no proper input_mux but with "Input Source" mixer elements.
      Such a combination results in Oops when accessed.
      
      [A reason why set_capture_mixer() isn't used in patch_alc268() is that
      ALC268 codec have HDA_OUTPUT direction for capture volumes unlike other
      codecs.  Thus it needs own definitions of capture elements.]
      
      This patch fixes the issues:
      - Add a capture mixer definition without input-source
      - Use the new capture mixer appropriately
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      fdbc6626
  15. 15 Aug, 2009 1 commit
  16. 13 Aug, 2009 1 commit