On Mon 2015-01-05 12:11:36, Will Deacon wrote: > Hi all, > > Sorry for the late reply, it seems that neither myself or the > arm-linux-kernel list were on CC for this thread.
Sorry about that. I was pretty sure I cc-ed you, but apparently did not. > Pavel: do you have something we can run to observe the problem? Debian 7.7: mpg123, anything pyaudio based, at least. (install python-pyaudio, try to run examples). I hit it with: #!/usr/bin/env python # Written by Yu-Jie Lin # Public Domain # # Deps: PyAudio, NumPy, and Matplotlib # Blog: # http://blog.yjl.im/2012/11/frequency-spectrum-of-sound-using.html import numpy as np import matplotlib.pyplot as plt import matplotlib.animation as animation import pyaudio import struct import wave ... When I decided to investigate. > Finally, the revert doesn't have a Cc stable tag which is probably needed > if it's going to land in 3.19 final, irrespective of whether we agree that > it's the right way forward. Yes, pushing is to stable is good idea. Will you take care? Thanks, Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

