1. 07 11月, 2008 1 次提交
    • 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 次提交
  12. 15 10月, 2008 3 次提交