]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
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)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 14 Aug 2018 10:24:04 +0000 (12:24 +0200)
commitdd1763201b0822a26a129028144b0802f3a56146
tree2f63080d2ad2eb68a0b1ac7fb8b31f4761fc4f9b
parente46e8ece319890bcb363c5c4c2b596694188a6b8
ALSA: core: Report audio_tstamp in snd_pcm_sync_ptr

BugLink: http://bugs.launchpad.net/bugs/1778265
commit f853dcaae2f5bbe021161e421bd1576845bae8f6 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
sound/core/pcm_native.c