diff --git a/[refs] b/[refs] index de48c10ed0a2..1813b9581654 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a4444da31ec92f89cd6923579c20a9c240439cfc +refs/heads/master: d86bf92313bfd47885a92c7de63bde392d585f95 diff --git a/trunk/sound/core/pcm_lib.c b/trunk/sound/core/pcm_lib.c index dd9126b92c19..bf34603a7a38 100644 --- a/trunk/sound/core/pcm_lib.c +++ b/trunk/sound/core/pcm_lib.c @@ -371,7 +371,7 @@ int snd_pcm_update_hw_ptr(struct snd_pcm_substream *substream) runtime->silence_size > 0) snd_pcm_playback_silence(substream, new_hw_ptr); - if (runtime->status->hw_ptr != new_hw_ptr) + if (runtime->status->hw_ptr == new_hw_ptr) return 0; runtime->hw_ptr_base = hw_base;