diff options
-rw-r--r-- | sound/pci/hda/hda_controller.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_controller.c b/sound/pci/hda/hda_controller.c index 27dcb142f596..dfcb5e929f9f 100644 --- a/sound/pci/hda/hda_controller.c +++ b/sound/pci/hda/hda_controller.c | |||
@@ -657,6 +657,9 @@ static int azx_pcm_trigger(struct snd_pcm_substream *substream, int cmd) | |||
657 | azx_writel(chip, SSYNC, azx_readl(chip, SSYNC) & ~sbits); | 657 | azx_writel(chip, SSYNC, azx_readl(chip, SSYNC) & ~sbits); |
658 | if (start) { | 658 | if (start) { |
659 | azx_timecounter_init(substream, 0, 0); | 659 | azx_timecounter_init(substream, 0, 0); |
660 | snd_pcm_gettime(substream->runtime, &substream->runtime->trigger_tstamp); | ||
661 | substream->runtime->trigger_tstamp_latched = true; | ||
662 | |||
660 | if (nsync > 1) { | 663 | if (nsync > 1) { |
661 | cycle_t cycle_last; | 664 | cycle_t cycle_last; |
662 | 665 | ||