Updated to 2.6.32.27
/sound/core/pcm_native.c
blob:e6d2d974d23143e42b24fbd1fff56f6cc2e23eb6 -> blob:7ba779d9e2e797c55e40d629c23e7fc67c2779f9
--- sound/core/pcm_native.c
+++ sound/core/pcm_native.c
@@ -972,10 +972,6 @@ static int snd_pcm_do_pause(struct snd_p
{
if (substream->runtime->trigger_master != substream)
return 0;
- /* some drivers might use hw_ptr to recover from the pause -
- update the hw_ptr now */
- if (push)
- snd_pcm_update_hw_ptr(substream);
/* The jiffies check in snd_pcm_update_hw_ptr*() is done by
* a delta betwen the current jiffies, this gives a large enough
* delta, effectively to skip the check once.