1. 25 8月, 2009 3 次提交
  2. 24 8月, 2009 2 次提交
  3. 20 8月, 2009 2 次提交
  4. 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
  5. 15 8月, 2009 1 次提交
  6. 14 8月, 2009 2 次提交
  7. 13 8月, 2009 1 次提交
  8. 12 8月, 2009 2 次提交
    • H
      ALSA: hda - fix noise issue when recording from digital mic with alc268 · 5908589f
      Herton Ronaldo Krzesinski 提交于
      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: NHerton Ronaldo Krzesinski <herton@mandriva.com.br>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      5908589f
    • T
      ALSA: hda - Clean up init and setup hooks for Realtek codecs · 4f5d1706
      Takashi Iwai 提交于
      Move static codes to setup from init_hook for each model.
      
      Also, use the common auto-mic selection helper for devices that support
      auto-mic selection.  They just need to set up ext_mic, int_mic and
      auto_mic flag in the setup section.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      4f5d1706
  9. 11 8月, 2009 7 次提交
  10. 10 8月, 2009 3 次提交
  11. 06 8月, 2009 1 次提交
  12. 04 8月, 2009 1 次提交
  13. 03 8月, 2009 11 次提交