ALSA: core: Report audio_tstamp in snd_pcm_sync_ptr
authorDavid Henningsson <diwic@ubuntu.com>
Sat, 21 Apr 2018 12:57:40 +0000 (14:57 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 23 Apr 2018 06:47:03 +0000 (08:47 +0200)
commitf853dcaae2f5bbe021161e421bd1576845bae8f6
treeb9111e9b2ee0ed562c3b4327ff171ee8e269f2a1
parent912e4c332037e7ed063c164985c36fb2b549ea3a
ALSA: core: Report audio_tstamp in snd_pcm_sync_ptr

It looks like a simple mistake that this struct member
was forgotten.

Audio_tstamp isn't used much, and on some archs (such as x86) this
ioctl is not used by default, so that might be the reason why this
has slipped for so long.

Fixes: 4eeaaeaea1ce ("ALSA: core: add hooks for audio timestamps")
Signed-off-by: David Henningsson <diwic@ubuntu.com>
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Cc: <stable@vger.kernel.org> # v3.8+
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/pcm_native.c