ALSA: compress: Fix 64bit ABI incompatibility
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2013 11:15:52 +0000 (12:15 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2013 14:32:44 +0000 (15:32 +0100)
snd_pcm_uframes_t is defined as unsigned long so it would take
different sizes depending on 32 or 64bit architectures.  As we don't
want this ABI incompatibility, and there is no real 64bit user yet,
let's make it the fixed size with __u32.

Also bump the protocol version number to 0.1.2.

Acked-by: Vinod Koul <vinod.koul@intel.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found