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