On 11/04/2013 10:17 AM, Christophe Fergeau wrote: > On Thu, Oct 31, 2013 at 11:09:37AM -0500, Jeremy White wrote: >> @@ -1572,18 +1541,16 @@ void snd_set_playback_compression(int >> on) { SndWorker *now = workers; >> >> - playback_compression = on ? SPICE_AUDIO_DATA_MODE_CELT_0_5_1 >> : SPICE_AUDIO_DATA_MODE_RAW; + playback_compression = on; > > Nit, I'dnormalize the value here: playback_compression = !!on; Sure. Patch resent. > > ACK series! (only had a quick look at the parts that were changed, > not at the whole series again). Next, Opus. Great, thanks! Note that I don't have commit authority on those trees (which is just fine with me <evil grin>), so I'll need someones help getting them applied. Cheers, Jeremy _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel