linux-next: manual merge of the staging tree with the v4l-dvb tree

From: Stephen Rothwell
Date: Sat Jul 16 2011 - 09:04:18 EST


Hi Greg,

Today's linux-next merge of the staging tree got a conflict in
drivers/staging/tm6000/tm6000-alsa.c between commit 58d73afffaac
("[media] tm6000: remove a check for NO_PCM_LOCK") from the v4l-dvb tree
and commit d684aee316ec ("tm6000: Cleaned up code style in
tm6000-alsa.c") from the staging tree.

I fixed it up (see below) and can carry the fix as necessary.
--
Cheers,
Stephen Rothwell sfr@xxxxxxxxxxxxxxxx

diff --cc drivers/staging/tm6000/tm6000-alsa.c
index 018ff73,ddfd7c3..0000000
--- a/drivers/staging/tm6000/tm6000-alsa.c
+++ b/drivers/staging/tm6000/tm6000-alsa.c
@@@ -254,7 -254,9 +254,7 @@@ static int tm6000_fillbuf(struct tm6000
memcpy(runtime->dma_area + buf_pos * stride, buf,
length * stride);

- snd_pcm_stream_lock(substream);
-#ifndef NO_PCM_LOCK
+ snd_pcm_stream_lock(substream);
-#endif

chip->buf_pos += length;
if (chip->buf_pos >= runtime->buffer_size)
@@@ -266,7 -268,9 +266,7 @@@
period_elapsed = 1;
}

- snd_pcm_stream_unlock(substream);
-#ifndef NO_PCM_LOCK
+ snd_pcm_stream_unlock(substream);
-#endif

if (period_elapsed)
snd_pcm_period_elapsed(substream);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/