1. 21 4月, 2009 2 次提交
    • T
      ALSA: hda - Retry codec-verbs at errors · b613291f
      Takashi Iwai 提交于
      The current error-recovery scheme for the codec communication errors
      doesn't work always well.  Especially falling back to the
      single-command mode causes the fatal problem on many systems.
      
      In this patch, the problematic verb is re-issued again after the error
      (even with polling mode) instead of the single-cmd mode.  The
      single-cmd mode will be used only when specified via the command
      option explicitly, mainly just for testing.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      b613291f
    • T
      ALSA: hda - Cache PCM and STREAM parameters queries · 92c7c8a7
      Takashi Iwai 提交于
      Cache quries for PCM and STREAM parameters as well as ampcap and
      pincap sharing the hash table.  This will reduce the superfluous
      access of the same codec verbs.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      92c7c8a7
  2. 24 3月, 2009 38 次提交