aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_native.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/core/pcm_native.c')
-rw-r--r--sound/core/pcm_native.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/pcm_native.c b/sound/core/pcm_native.c
index 8bc7cb3db33..8e022fc70f5 100644
--- a/sound/core/pcm_native.c
+++ b/sound/core/pcm_native.c
@@ -985,7 +985,7 @@ static int snd_pcm_do_pause(struct snd_pcm_substream *substream, int push)
985 if (push) 985 if (push)
986 snd_pcm_update_hw_ptr(substream); 986 snd_pcm_update_hw_ptr(substream);
987 /* The jiffies check in snd_pcm_update_hw_ptr*() is done by 987 /* The jiffies check in snd_pcm_update_hw_ptr*() is done by
988 * a delta betwen the current jiffies, this gives a large enough 988 * a delta between the current jiffies, this gives a large enough
989 * delta, effectively to skip the check once. 989 * delta, effectively to skip the check once.
990 */ 990 */
991 substream->runtime->hw_ptr_jiffies = jiffies - HZ * 1000; 991 substream->runtime->hw_ptr_jiffies = jiffies - HZ * 1000;