1. 23 Feb, 2010 1 commit
  2. 28 Jan, 2010 3 commits
  3. 22 Jan, 2010 1 commit
  4. 18 Jan, 2010 1 commit
  5. 06 Jan, 2010 1 commit
  6. 17 Nov, 2009 1 commit
  7. 12 Nov, 2009 1 commit
  8. 11 Nov, 2009 1 commit
  9. 10 Nov, 2009 1 commit
  10. 09 Nov, 2009 1 commit
  11. 02 Nov, 2009 2 commits
  12. 14 Oct, 2009 1 commit
  13. 13 Oct, 2009 1 commit
  14. 07 Oct, 2009 1 commit
  15. 06 Oct, 2009 2 commits
  16. 05 Oct, 2009 1 commit
  17. 02 Oct, 2009 1 commit
    • Takashi Iwai's avatar
      ALSA: hda - Fix / improve ALC66x parser · 7085ec12
      Takashi Iwai authored
      
      The auto-parser for ALC662/663/272 codecs doesn't work properly when
      a speaker is connected to mono NID 0x17, and doesn't handle the dynamic
      DAC assignment properly.
      
      This patch fixes the issues and also improves the assignment of DACs
      so that HP and speakers can have independent volume controls.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      7085ec12
  18. 01 Oct, 2009 1 commit
  19. 30 Sep, 2009 1 commit
  20. 17 Sep, 2009 1 commit
  21. 11 Sep, 2009 1 commit
  22. 08 Sep, 2009 1 commit
  23. 07 Sep, 2009 1 commit
  24. 31 Aug, 2009 2 commits
  25. 25 Aug, 2009 7 commits
  26. 24 Aug, 2009 1 commit
  27. 19 Aug, 2009 1 commit
    • 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
  28. 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
  29. 12 Aug, 2009 1 commit
    • Herton Ronaldo Krzesinski's avatar
      ALSA: hda - fix noise issue when recording from digital mic with alc268 · 5908589f
      Herton Ronaldo Krzesinski authored
      
      With auto config model of alc268 realtek codec, it allows to select any
      of possible available digital microphone inputs when only one is
      available. For example, when only digital mic in nid 0x12 is available,
      on second input source it will allow you to select unavailable digital
      mic in nid 0x13. The problem is that selecting unavailable digital mic
      creates a source of noise when recording (I'm not sure if this happens
      on all machines with alc268 and only one digital mic input, but testing
      on a quanta uw1 netbook a lot of noise is introduced in recording from
      digital mic 0x12/first input source, when you select the unavailable
      digital mic 0x13 for capture source 0x24 in the second input source in
      mixer).
      
      Then to avoid noise when recording from digital mic with auto model in
      this case, prevent a digital mic input source to be selected if
      microphone is not available.
      Signed-off-by: default avatarHerton Ronaldo Krzesinski <herton@mandriva.com.br>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      5908589f