From b6c6d40578c3469b70cc74a5bde7209ed2b65e9f Mon Sep 17 00:00:00 2001 From: Chris Fries Date: Tue, 12 Oct 2010 22:55:30 -0500 Subject: [PATCH] [ARM] mfd: cpcap-audio: fix typos. Change-Id: Ic825d2765d6e1c879e4278e2c0212ddf9bf5959f Signed-off-by: Iliyan Malchev --- include/linux/cpcap_audio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/cpcap_audio.h b/include/linux/cpcap_audio.h index d804f4df25c4..58d008a81af0 100644 --- a/include/linux/cpcap_audio.h +++ b/include/linux/cpcap_audio.h @@ -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) -- 2.34.1