[ARM] mfd: cpcap-audio: fix typos.
authorChris Fries <C.Fries@motorola.com>
Wed, 13 Oct 2010 03:55:30 +0000 (22:55 -0500)
committerIliyan Malchev <malchev@google.com>
Fri, 15 Oct 2010 20:39:59 +0000 (13:39 -0700)
Change-Id: Ic825d2765d6e1c879e4278e2c0212ddf9bf5959f
Signed-off-by: Iliyan Malchev <malchev@google.com>
include/linux/cpcap_audio.h

index d804f4df25c428a980d565b1550a137f89ecddd3..58d008a81af055ab2bc14dd76e703d8e11ac03a6 100644 (file)
@@ -66,9 +66,9 @@ struct cpcap_audio_stream {
 #define CPCAP_AUDIO_IN_GET_VOLUME  _IOR(CPCAP_AUDIO_MAGIC, 7, unsigned int *)
 
 #define CPCAP_AUDIO_OUT_GET_RATE   _IOR(CPCAP_AUDIO_MAGIC, 8, unsigned int *)
-#define CPCAP_AUDIO_OUT_SET_RATE   _IOW(CPCAP_AUDIO_MAGIC, 9, unsigned int *)
+#define CPCAP_AUDIO_OUT_SET_RATE   _IOW(CPCAP_AUDIO_MAGIC, 9, unsigned int)
 #define CPCAP_AUDIO_IN_GET_RATE   _IOR(CPCAP_AUDIO_MAGIC, 10, unsigned int *)
-#define CPCAP_AUDIO_IN_SET_RATE   _IOW(CPCAP_AUDIO_MAGIC, 11, unsigned int *)
+#define CPCAP_AUDIO_IN_SET_RATE   _IOW(CPCAP_AUDIO_MAGIC, 11, unsigned int)
 
 #define CPCAP_AUDIO_SET_BLUETOOTH_BYPASS _IOW(CPCAP_AUDIO_MAGIC, 12, unsigned int)