1. 20 8月, 2011 1 次提交
    • T
      ALSA: hda - Don't spew too many ELD errors · b6acf013
      Takashi Iwai 提交于
      Currently HD-audio driver shows the all error ELD byte as an error
      in the kernel message.  This is annoying when the video driver doesn't
      set the correct ELD from the beginning. e.g. radeon sends a zero-byte
      data, but we still check ELD with the fixed 128 byte as a workaround
      for some broken devices, it spews 128-times errors.
      
      For avoiding this, the driver aborts reading when the first byte is
      invalid.  In such a case, the whole data is certainly invalid.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      b6acf013
  2. 19 8月, 2011 1 次提交
    • T
      ALSA: usb-audio - Fix missing mixer dB information · 38b65190
      Takashi Iwai 提交于
      The recent fix for testing dB range at the mixer creation time seems
      to cause regressions in some devices.  In such devices, reading the dB
      info at probing time gives an error, thus both dBmin and dBmax are still
      zero, and TLV flag isn't set although the later read of dB info succeeds.
      
      This patch adds a workaround for such a case by assuming that the later
      read will succeed.  In future, a similar test should be performed in a
      case where a wrong dB range is seen even in the later read.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Cc: <stable@kernel.org>
      38b65190
  3. 18 8月, 2011 1 次提交
  4. 16 8月, 2011 1 次提交
  5. 15 8月, 2011 2 次提交
  6. 13 8月, 2011 2 次提交
  7. 12 8月, 2011 2 次提交
  8. 11 8月, 2011 3 次提交
  9. 10 8月, 2011 4 次提交
  10. 09 8月, 2011 7 次提交
  11. 08 8月, 2011 16 次提交