1. 14 Sep, 2011 2 commits
  2. 13 Sep, 2011 1 commit
  3. 12 Sep, 2011 1 commit
  4. 06 Sep, 2011 2 commits
  5. 31 Aug, 2011 4 commits
  6. 29 Aug, 2011 1 commit
  7. 26 Aug, 2011 1 commit
  8. 25 Aug, 2011 1 commit
  9. 24 Aug, 2011 6 commits
  10. 23 Aug, 2011 3 commits
  11. 22 Aug, 2011 11 commits
  12. 20 Aug, 2011 3 commits
  13. 19 Aug, 2011 1 commit
    • 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
  14. 18 Aug, 2011 2 commits
  15. 17 Aug, 2011 1 commit
    • Sascha Hauer's avatar
      ASoC: Fix check for symmetric rate enforcement · 25b76791
      Sascha Hauer authored
      The ASoC core tries to not enforce symmetric rates when
      two streams open simultaneously. It does so by checking
      rtd->rate being zero. This works exactly once after booting
      because it is not set to zero again when the streams close.
      Fix this by setting rtd->rate when no active stream is left.
      
      [This leads to lots of warnings about not enforcing the symmetry in some
      situations as there's a race in the userspace API where we know we've
      got two applications but don't know what rates they want to set.
      -- broonie ]
      Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      25b76791