Skip to content
  1. Aug 20, 2011
    • Takashi Iwai's avatar
      ALSA: hda - Don't spew too many ELD errors · b6acf013
      Takashi Iwai authored
      
      
      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: default avatarTakashi Iwai <tiwai@suse.de>
      b6acf013
  2. Aug 19, 2011
    • Takashi Iwai's avatar
      ALSA: usb-audio - Fix missing mixer dB information · 38b65190
      Takashi Iwai authored
      
      
      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: default avatarTakashi Iwai <tiwai@suse.de>
      Cc: <stable@kernel.org>
      38b65190
  3. Aug 18, 2011
  4. Aug 16, 2011
  5. Aug 15, 2011
  6. Aug 13, 2011
  7. Aug 12, 2011
  8. Aug 11, 2011
  9. Aug 10, 2011
  10. Aug 09, 2011
  11. Aug 08, 2011