mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-04 20:51:27 +00:00
When a downstream mix crossed multiple upstream format bumps, the upstreamversion and mix state variables were updated in the workspace, but the changes were not updated in memory. This change reloads the upstreamversion when it is staged/unstaged and reloads the mix state after crossing each format boundary. Additionally, this change increments the format number for each upstream format that the downstream mix crosses. Fixes #688 Signed-off-by: John Akre <john.w.akre@intel.com>