13 Dec
2011
13 Dec
'11
8:31 a.m.
On Tue, 2011-12-13 at 14:11 +0800, Mark Brown wrote:
On Mon, Dec 05, 2011 at 01:09:49PM +0530, Vinod Koul wrote:
+static inline void snd_compr_fragment_elapsed(struct snd_compr_stream *stream) +{
- wake_up(&stream->runtime->sleep);
+}
You need to include sched.h for this.
Hmmm, I have a different POV for these. I would like driver to include the sched.h here and this not be in header file.
While at it, am not really religious about this, so open to counter argument :)
--
~Vinod