diff --git a/[refs] b/[refs] index bddee652f421..356697bbb080 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bca3ba7904426bb94ee1a91e6e88831483fb5d53 +refs/heads/master: 51b6d717fb8e261e9705d66351f425561f114d4b diff --git a/trunk/drivers/staging/tm6000/tm6000-alsa.c b/trunk/drivers/staging/tm6000/tm6000-alsa.c index 2b96047c2983..a588f299af49 100644 --- a/trunk/drivers/staging/tm6000/tm6000-alsa.c +++ b/trunk/drivers/staging/tm6000/tm6000-alsa.c @@ -254,9 +254,7 @@ static int tm6000_fillbuf(struct tm6000_core *core, char *buf, int size) memcpy(runtime->dma_area + buf_pos * stride, buf, length * stride); -#ifndef NO_PCM_LOCK snd_pcm_stream_lock(substream); -#endif chip->buf_pos += length; if (chip->buf_pos >= runtime->buffer_size) @@ -268,9 +266,7 @@ static int tm6000_fillbuf(struct tm6000_core *core, char *buf, int size) period_elapsed = 1; } -#ifndef NO_PCM_LOCK snd_pcm_stream_unlock(substream); -#endif if (period_elapsed) snd_pcm_period_elapsed(substream);