]> git.alsa-project.org Git - alsa-lib.git/commit
pcm: share: Pass appl_ptr and hw_ptr in snd_pcm_status()
authorTakashi Iwai <tiwai@suse.de>
Fri, 22 Jan 2021 14:48:42 +0000 (15:48 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 22 Jan 2021 16:58:07 +0000 (17:58 +0100)
commit55d59821ffb8f44395cf2b7a424d6523da58e66a
treef6336b73f67e8d4658dcdc567a1bd8db2838f459
parentbcc762f99ad642cc0dd9eaceb51f228eba9fe68c
pcm: share: Pass appl_ptr and hw_ptr in snd_pcm_status()

This one also has the same problem as others; the appl_ptr and hw_ptr
of share plugin aren't updated in snd_pcm_status() call.  Fix it.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/pcm/pcm_share.c