1. 15 9月, 2009 1 次提交
    • T
      ALSA: hda - Fix IDT92HD83* codec setup · 44da531e
      Takashi Iwai 提交于
      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: NTakashi Iwai <tiwai@suse.de>
      44da531e
  2. 14 9月, 2009 4 次提交
  3. 11 9月, 2009 1 次提交
  4. 08 9月, 2009 1 次提交
  5. 07 9月, 2009 1 次提交
  6. 02 9月, 2009 4 次提交
  7. 01 9月, 2009 2 次提交
  8. 31 8月, 2009 6 次提交
  9. 29 8月, 2009 1 次提交
  10. 27 8月, 2009 1 次提交
  11. 26 8月, 2009 2 次提交
  12. 25 8月, 2009 6 次提交
  13. 24 8月, 2009 2 次提交
  14. 20 8月, 2009 2 次提交
  15. 19 8月, 2009 4 次提交
    • T
      Merge branch 'fix/hda' into topic/hda · 1c11ce81
      Takashi Iwai 提交于
      1c11ce81
    • W
      ALSA: hda: add model for Intel DG45ID/DG45FC boards · ae709440
      Wu Fengguang 提交于
      The BIOS pin configs are in fact correct and shall not be overwritten.
      Signed-off-by: NWu Fengguang <fengguang.wu@intel.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      ae709440
    • W
      ALSA: hda: enable speaker output for Compaq 6530s/6531s · 150fe14c
      Wu Fengguang 提交于
      HP Compaq 6530s and 6531s internal speaker is silence or becomes silence
      within 1 minute after fresh boot. It is found that pin 0x1c must be set to
      PIN_OUT mode to make the speaker work. This is weird - line-in pin 0x1c and
      speaker pin 0x16 seem to be unrelated.
      
      The codec differences before/after patch are:
      
      @@ Node 0x17 [Pin Complex] wcaps 0x40020b:
         Pin Default 0x41a6e130: [N/A] Mic at Ext Rear
           Conn = Digital, Color = White
           DefAssociation = 0x3, Sequence = 0x0
           Misc = NO_PRESENCE
      -  Pin-ctls: 0x24: IN
      +  Pin-ctls: 0x40: OUT
      @@ Node 0x1c [Pin Complex] wcaps 0x40018d:
         Pin Default 0x41813021: [N/A] Line In at Ext Rear
           Conn = 1/8, Color = Blue
           DefAssociation = 0x2, Sequence = 0x1
      -  Pin-ctls: 0x24: IN VREF_80
      +  Pin-ctls: 0x40: OUT VREF_HIZ
         Unsolicited: tag=00, enabled=0
         Connection: 1
            0x24
      
      Tests show that it won't impact (external) Mic recording.
      Reported-by: N"Lin, Ming M" <ming.m.lin@intel.com>
      Signed-off-by: NWu Fengguang <fengguang.wu@intel.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      150fe14c
    • T
      ALSA: hda - Fix invalid capture mixers with some ALC268 models · fdbc6626
      Takashi Iwai 提交于
      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: NTakashi Iwai <tiwai@suse.de>
      fdbc6626
  16. 15 8月, 2009 1 次提交
  17. 14 8月, 2009 1 次提交