From 740eb8358f2bf337fd4ec62abb5b8cca7c652e5a Mon Sep 17 00:00:00 2001 From: Clemens Ladisch Date: Fri, 4 Jan 2008 09:22:20 +0100 Subject: [PATCH] [ALSA] oxygen: use uintptr_t in pointer casts When we store the DMA channel number in the substream's private_data pointer, use uintptr_t as an intermediate step when casting from/to unsigned int to prevent the compiler from whining when the pointer size is different. Signed-off-by: Clemens Ladisch Signed-off-by: Jaroslav Kysela --- Reading git-format-patch failed