]> git.alsa-project.org Git - alsa-plugins.git/commit
jack: Write only valid values to the internal hw_ptr
authorTimo Wischer <twischer@de.adit-jv.com>
Mon, 22 Jan 2018 08:37:20 +0000 (09:37 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 8 Feb 2018 10:53:08 +0000 (11:53 +0100)
commit21839e981a4b7c7178c1a473f20460c003e13db4
treec0d4f8e957d189f14846d6fe8281fb34ee00e2e6
parent0bc56f38cbdc4cebf8dd2c429c151bc7fd42d6f5
jack: Write only valid values to the internal hw_ptr

Otherwise the ALSA thread could for example read a hw_ptr >
buffer_size

Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
jack/pcm_jack.c