From 1a4ff9ad578655649decbbd25eaa6959de718779 Mon Sep 17 00:00:00 2001 From: Eduardo Valentin Date: Fri, 18 Apr 2008 04:00:58 -0400 Subject: [PATCH] Code clean-up for sound/arm/omap/omap-alsa-sx1.h Removed lots of whitespaces and a few errors and warnings reported by checkpatch.pl. Signed-off-by: Eduardo Valentin Signed-off-by: Tony Lindgren --- sound/arm/omap/omap-alsa-sx1.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/arm/omap/omap-alsa-sx1.h b/sound/arm/omap/omap-alsa-sx1.h index af7a4096010..9e11e0abfa2 100644 --- a/sound/arm/omap/omap-alsa-sx1.h +++ b/sound/arm/omap/omap-alsa-sx1.h @@ -35,7 +35,8 @@ #define OSC_EN 2 /* Send IPC message to sound server */ -extern int cn_sx1snd_send(unsigned int cmd, unsigned int arg1, unsigned int arg2); +extern int cn_sx1snd_send(unsigned int cmd, unsigned int arg1, + unsigned int arg2); /* cmd for IPC_GROUP_DAC */ #define DAC_VOLUME_UPDATE 0 #define DAC_SETAUDIODEVICE 1 -- 2.41.1