From: Chris Fries Date: Wed, 13 Oct 2010 03:55:30 +0000 (-0500) Subject: [ARM] mfd: cpcap-audio: fix typos. X-Git-Tag: firefly_0821_release~9834^2~450 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b6c6d40578c3469b70cc74a5bde7209ed2b65e9f;p=firefly-linux-kernel-4.4.55.git [ARM] mfd: cpcap-audio: fix typos. Change-Id: Ic825d2765d6e1c879e4278e2c0212ddf9bf5959f Signed-off-by: Iliyan Malchev --- 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)