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

Just like the previous fix for ioplug, the null plugin also misses the
appl_ptr and hw_ptr updates for snd_pcm_status().  Fix it as well.

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