1. 07 11月, 2008 4 次提交
    • T
      ALSA: hda - Add max allocation check in array allocator · b910d9ae
      Takashi Iwai 提交于
      Added a check for max allocation size in snd_array_new() for a
      debugging purpose.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      b910d9ae
    • T
      ALSA: hda - Add missing NULL check in amp hash allocation · c217429b
      Takashi Iwai 提交于
      Added the missing NULL check from allocator in get_alloc_hash().
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      c217429b
    • T
      ALSA: hda - Add lifebook model for Realtek ALC269 · 64154835
      Tony Vroon 提交于
      The widget layout of the Fujitsu Lifebook S6420 (which is ICH9M-based
      and uses an ALC269) is similar but not identical to the Lifebook
      S6410/E8410 (which are ICH8M-based and use an ALC262).
      
      It is named lifebook as fujitsu is in use for Amilo machines. This builds
      on the Quanta FL1 work and supports all analog inputs & outputs that I am
      aware of.  Microphone autoswitch is implemented. The laptop mic port takes
      precedence over the dock mic port if both happen to have a jack plugged in.
      This made sense to me as a design decision (imagine a presentation
      environment with the dock fully wired in and the presenter quickly wanting
      to override the mic with a headset).
      
      There is mention of a digital audio path on the codec graph, so perhaps
      the headphone socket is dual-function analog/digital. I will follow up
      with another patch if I can acquire equipment to test this.
      Signed-off-by: NTony Vroon <tony@linx.net>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      64154835
    • T
      ALSA: hda - Make codec-probing more robust · 6ce4a3bc
      Takashi Iwai 提交于
      When an error occurs during the codec probing, typically accessing to an
      non-existing codec slot, the controller chip gets often screwed up and
      can no longer communicate with the codecs.
      
      This patch adds a preparation phase just to probe codec addresses before
      actually creating codec instances.  If any error occurs during this
      probing phase, the driver resets the controller to recover.
      
      This will (hopefully) fix the famous "single_cmd" errors.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      6ce4a3bc
  2. 06 11月, 2008 1 次提交
  3. 05 11月, 2008 5 次提交
  4. 04 11月, 2008 3 次提交
  5. 01 11月, 2008 7 次提交
  6. 29 10月, 2008 4 次提交
  7. 28 10月, 2008 4 次提交
  8. 27 10月, 2008 6 次提交
  9. 22 10月, 2008 1 次提交
  10. 21 10月, 2008 1 次提交
    • T
      ALSA: hda - Fix conflicting volume controls on ALC260 · 863b4518
      Takashi Iwai 提交于
      ALC260 auto-parsing mode may create multiple controls for the same volume
      widget (0x08 and 0x09) depending on the pin.  For example, Front and
      Headphone volumes may control the same volume, just the latter one wins.
      
      This patch adds a proper check of the existing of the volume control
      and avoid the doulbed creation of the same volume controls.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      863b4518
  11. 16 10月, 2008 4 次提交