1. 02 5月, 2014 7 次提交
  2. 30 4月, 2014 3 次提交
  3. 22 4月, 2014 1 次提交
  4. 19 4月, 2014 19 次提交
  5. 15 4月, 2014 3 次提交
  6. 10 4月, 2014 1 次提交
  7. 09 4月, 2014 5 次提交
  8. 08 4月, 2014 1 次提交
    • T
      ALSA: ice1712: Fix boundary checks in PCM pointer ops · 4f8e9400
      Takashi Iwai 提交于
      PCM pointer callbacks in ice1712 driver check the buffer size boundary
      wrongly between bytes and frames.  This leads to PCM core warnings
      like:
         snd_pcm_update_hw_ptr0: 105 callbacks suppressed
         ALSA pcm_lib.c:352 BUG: pcmC3D0c:0, pos = 5461, buffer size = 5461, period size = 2730
      
      This patch fixes these checks to be placed after the proper unit
      conversions.
      
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      4f8e9400